Skip to content

Instantly share code, notes, and snippets.

@alessandrotesoro
Created April 16, 2015 11:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save alessandrotesoro/a5b767bb2c5dddd822cd to your computer and use it in GitHub Desktop.
WPRM Change admin email address for notifications.
function wprm_change_admin_email_address( $email ) {
return 'custom@email.com';
}
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