Last active
March 24, 2023 12:03
-
-
Save divienginesupport/612a07b8cc5a14f3625231af8655bfbf to your computer and use it in GitHub Desktop.
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
// Use this filter if your form type is a contact form | |
add_filter('df_contact_recipient', 'custom_contact_recipient', 10, 3); | |
// Use this filter if your form type is anything else | |
add_filter('df_notification_recipient', 'custom_contact_recipient', 10, 3); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment