Created
April 16, 2015 11:00
-
-
Save alessandrotesoro/a5b767bb2c5dddd822cd to your computer and use it in GitHub Desktop.
WPRM Change admin email address for notifications.
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
function wprm_change_admin_email_address( $email ) { | |
return '[email protected]'; | |
} | |
add_filter('wprm_admin_booking_notification_sendto_mail', 'wprm_change_admin_email_address'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment