Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Darrel

    (@johndarrel)

    Hi @fhtechllc,

    Yes, the plugin was tested with WP 5.5 and PHP 7.0 – 7.4.

    Let me know if you need any help.

    Best, John

    Thread Starter fhtechllc

    (@fhtechllc)

    The other question I have is around the following checks:

    Versions in Source Code
    Add filter to remove WordPress version. Add remove_action(‘wp_head’, ‘wp_generator’); in function.php. For all plugins and themes version removal, you can install a security plugin and activate the version remove option.

    Windows Live Writer is on
    Add remove_action(‘wp_head’, ‘wlwmanifest_link’); in function.php file

    XML-RPC access is on
    Add add_filter(‘xmlrpc_enabled’, ‘return false’); in function.php file

    RDS is visible
    Add remove_action(‘wp_head’, ‘rsd_link’); in function.php file

    These all have been added and still show as failed in your tool.

    Any suggestions.

    Reba

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WP 5.5 PHP 7.3 Compatible Version’ is closed to new replies.