Code-Snippets-Functions/Execute a function on a child site/WordPress/disable-all-xml-rpc-endpoints.txt

3 lines
75 B
Text

add_filter('xmlrpc_methods', function () {
return [];
}, PHP_INT_MAX);