Code-Snippets-Functions/Execute a function on a child site/WordPress/disable-xml-rpc.auth-methods.txt
2019-01-14 20:23:36 -07:00

1 line
50 B
Text

add_filter( 'xmlrpc_enabled', '__return_false' );