• Resolved Messaone

    (@messaone)


    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 )
    • This topic was modified 4 years, 6 months ago by Messaone.
    • This topic was modified 4 years, 6 months ago by Messaone.
    • This topic was modified 4 years, 6 months ago by Messaone.

The topic ‘Use hook to overwrite plugin settings’ is closed to new replies.