best what I’ve found googling around is
add_filter( âxmlrpc_methodsâ, function( $methods ) {
unset( $methods['pingback.ping'] );
return $methods;
} );
Is any better solution then blocking pingback.ping?
best what I’ve found googling around is
add_filter( âxmlrpc_methodsâ, function( $methods ) {
unset( $methods['pingback.ping'] );
return $methods;
} );
Is any better solution then blocking pingback.ping?
You must be logged in to post a comment.
From Protect WordPress from DDoS attack on Pingbacks: