Remove wp-login redirect on plugin deactivation
-
remove_action( “wp_login”, “sucuriscan_set_lastlogin”);
Needs to be added in the plugin and called when the plugin is deactivated. If I change my db prefix and try to login as admin I can no longer access the dashboard. When I deactivate the plugin, this still happens since I am still re-directed to the sucuri login.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove wp-login redirect on plugin deactivation’ is closed to new replies.