llms_update_300_migrate_email_postmeta()

Update keys of email meta fields for consistency


Return Return

(void)


Top ↑

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

}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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