Skip to content

Instantly share code, notes, and snippets.

@alessandrotesoro
Created April 16, 2015 11:00
Show Gist options
  • Save alessandrotesoro/a5b767bb2c5dddd822cd to your computer and use it in GitHub Desktop.
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 '[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