Use hook to overwrite plugin settings
-
I got it now π
function bookacti_email_custom_mailto($notification, $tags, $locale) { mail('[email protected]', 'Test', $nachricht); } add_filter( 'bookacti_email_notification_data', 'bookacti_email_custom_mailto', 99, 3 )
The topic ‘Use hook to overwrite plugin settings’ is closed to new replies.