Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save divienginesupport/612a07b8cc5a14f3625231af8655bfbf to your computer and use it in GitHub Desktop.
Save divienginesupport/612a07b8cc5a14f3625231af8655bfbf to your computer and use it in GitHub Desktop.
// 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