Custom E-mail not called
-
Hi all!
First of all: Great plugin!!
I have been struggling for 5 entire days without findg out why is not working.
The issue is simple: I want the TML Custom Emails to be called so I implemented the following code in my child-theme FUNCTIONS.PHP:
add_action( ‘wp_new_user_notifications’,’wp_new_user_notification_tml’, 10, 2 );
function wp_new_user_notification_tml($user_id, $notify ){
do_action( ‘tml_new_user_notification’, $user, null );
}As a result, the defaul emails of WordPress are being sent whenever a new user is registered, so I guess this hook is not working.
I have setde DEBUG settings to true, and the log doesn’t mention any problem on it.
Can anyone help me to find out what’s the problem?
thanks in advance!
Angel.
- The topic ‘Custom E-mail not called’ is closed to new replies.