Support » Plugin: Acunetix WP Security » [Plugin: WP Security Scan] [Bug fix] Deprecated code used & causing trouble in debug

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thank you jrf for your feedback. We’ll update the next version to reflect this change!

    Best Regards,
    Costin T.

    (plug-in dev)

    Hi, is this up for fix or fixed in Pro?

    add_contextual_help is deprecated since version 3.3!

    line 535

    if ( version_compare( $wp_version, '2.7alpha', '>' ) && function_exists('add_contextual_help') ) {
                        $hook = add_submenu_page( 'options-general.php', __('Secure WordPress', FB_SWP_TEXTDOMAIN), $menutitle, 'manage_options', basename(__FILE__), array(&$this, 'display_page') );
                        add_contextual_help( $hook, __('<a href="http://wordpress.org/extend/plugins/secure-wordpress/" target="_blank">Documentation</a>', FB_SWP_TEXTDOMAIN) );
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Security Scan] [Bug fix] Deprecated code used & causing trouble in debug’ is closed to new replies.