Hi @shemakeswebsites,
Thanks for contacting us,
I hope you are doing well, The New User Approve free version we have a filter that you can use to customize your email body.
Please paste this code in the functions.php file to the child theme to customize the user approval email:
Here is the code:
add_filter( 'new_user_approve_approve_user_message', function($message, $user){
$new_message="this is my custom login url : www.google.com";
return $new_message;
},999,2 );
Thanks & Regards
WP Experts Support Team
Thank you! Is there also a filter to change the body of the email?
Nevermind. This filter allows me to change the body of the email. Thank you!
Hi @shemakeswebsites,
We would appreciate a kind and honest review.