Thread Starter
a3diti
(@a3diti)
Fixed it.
The problem seems that the plugin doesn’t include any wp-config.php (in which i put the add_action('wp_login','my_func') )
I did put the code add_action('wp_login','my_func') at theme child functions.php
Thread Starter
a3diti
(@a3diti)
I also found this where @johnbillion explains that it might be a redirection made before the hook gets executed
https://core.trac.ww.wp.xz.cn/ticket/28717