eventorganiser_admin_email
(filter)
Pro
Filter the site admin's email for Event Organiser
Currently this email is only used for booking notifications, but it may in the future
be used for other purposes. So if you only want to change the email for booking
notifications, or if you want to set the notification email differently for each booking
or event see eventorganiser_booking_notification_email
Parameters
string
|
|
E-mail associated with person actings as events administrator.
|
Example Usage
add_filter( 'eventorganiser_admin_email', 'my_callback_function', 10, 1 );
function my_callback_function( ){
//Change first value and return it
return
};
Resources