• Resolved 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)
  • Plugin Author John Darrel

    (@johndarrel)

    Hi @fhtechllc,

    Thank you for your feedback.

    Did you add in the currently activated Theme function.php?

    I will do the same on a demo website and let you know if there is a plugin issue.

    Best, John

    Plugin Author John Darrel

    (@johndarrel)

    Hi,

    Please upgrade and test again. We fixed some tasks for the last version of WordPress.

    Best, John

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Security Checks Failing After Remediation’ is closed to new replies.