llms_update_300_migrate_email_postmeta()
Update keys of email meta fields for consistency
Description Description
Source Source
File: includes/functions/llms.functions.updates.php
function llms_update_300_migrate_email_postmeta() { llms_update_util_rekey_meta( 'llms_email', '_llms_email_subject', '_email_subject' ); llms_update_util_rekey_meta( 'llms_email', '_llms_email_heading', '_email_heading' ); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: