hook not firing
-
I have an external react-native app that logs in through this plugin. It does get a jwt just fine.
I also have the checkbox for ‘simple_jwt_login_login_hook’ checked.
add_action('simple_jwt_login_login_hook', 'my_test'); function my_test() { //...$to.. $subject.. $message.. $headers wp_mail($to,$subject,$message,$headers); }
However, after logging in on my app, WordPress seems to be not doing anything? Is there something that I’m missing?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘hook not firing’ is closed to new replies.