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' );

}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.





Permalink: