llms_update_300_migrate_email_postmeta()
Update keys of email meta fields for consistency
Return Return
(void)
Source Source
File: includes/functions/updates/llms-functions-updates-300.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
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |