inderpreet2018
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Hi,
I uninstalled the plugin after 3-4 days when I asked here, as support was not responsive. Until now.
I used GTM and it works fine and according to needs.
- This reply was modified 7 years, 7 months ago by inderpreet2018.
Here is my code
function my_custom_message( $message, $user ) {
$message = ‘Message goes here!’;
return $message;
}
add_filter( ‘new_user_approve_deny_user_message’, ‘my_custom_message’, 10, 2 );- This reply was modified 7 years, 7 months ago by inderpreet2018.
Solved by myself.
Viewing 4 replies - 1 through 4 (of 4 total)


