- This topic has 0 replies, 1 voice, and was last updated 8 years, 1 month ago by Layer7web.
Viewing 0 reply threads
-
AuthorPosts
-
-
October 7, 2016 at 12:17 pm #2487
Layer7webKeymasterPHP1234567891011121314/*** Security measures. Stop login attemps bypassing the login page.*/add_filter('pings_open', '__return_false', PHP_INT_MAX);// Disable use XML-RPCadd_filter( 'xmlrpc_enabled', '__return_false' );// Disable X-Pingback to headeradd_filter( 'wp_headers', 'disable_x_pingback' );function disable_x_pingback( $headers ) {unset( $headers['X-Pingback'] );return $headers;}- This topic was modified 8 years, 1 month ago by Layer7web.
-
-
AuthorPosts
Viewing 0 reply threads
You must be logged in to reply to this topic.
Comments are closed.