Security Checks Failing After Remediation
-
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 fileXML-RPC access is on
Add add_filter(‘xmlrpc_enabled’, ‘return false’); in function.php fileRDS is visible
Add remove_action(‘wp_head’, ‘rsd_link’); in function.php fileThese all have been added and still show as failed in your tool.
Any suggestions.
Reba
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Security Checks Failing After Remediation’ is closed to new replies.