Custom deny email subject not working
-
I am using the following in my functions.php but it simply isn’t working:
function my_deny_subject( $subject ) { $subject = 'My website name – Your account is denied'; return $subject; } add_filter( 'new_user_approve_deny_user_subject ', 'my_deny_subject' );
What am I doing wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom deny email subject not working’ is closed to new replies.