Created
June 10, 2025 15:16
-
-
Save xlplugins/a9e6552780b580eded5f965be175a029 to your computer and use it in GitHub Desktop.
fk_optin_admin_notification_subject
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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