• Resolved Vladimir Garagulya

    (@shinephp)


    I found 2 small copy/paste bugs in Ultimate Security Checker v. 2.7.1. Please look at wp-ultimate-security.php file at line #37
    register_deactivation_hook( __FILE__, 'wp_ultimate_security_checker_activate' );
    You should put
    register_deactivation_hook( __FILE__, 'wp_ultimate_security_checker_deactivate' );
    there instead.

    The same for line #45 where you have
    register_deactivation_hook( __FILE__, 'wp_ultimate_security_checker_activate' );
    But it should be
    register_activation_hook( __FILE__, 'wp_ultimate_security_checker_activate' );
    instead.

    https://www.ads-software.com/extend/plugins/ultimate-security-checker/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Ultimate Security Checker] Typo bug with activation/deactivation triggers code’ is closed to new replies.