Snippet Type
Execute on Child Sites
Snippet
add_filter( 'xmlrpc_methods', function () {
return [];
}, PHP_INT_MAX );
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'xmlrpc_methods', function () {
return [];
}, PHP_INT_MAX );