Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xlplugins/a9e6552780b580eded5f965be175a029 to your computer and use it in GitHub Desktop.
Save xlplugins/a9e6552780b580eded5f965be175a029 to your computer and use it in GitHub Desktop.
fk_optin_admin_notification_subject
add_action('fk_optin_admin_notification_subject', function() {
return 'You got a new email from funnel builder optin';
},99);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment