wp-includes/class-wp-xmlrpc-server.php:198wp_xmlrpc_server::set_is_enabled() * option was deprecated in 3.5.0. Use the {@see 'xmlrpc_enabled'} hook instead. */ /** This filter is documented in wp-includes/option.php */ $is_enabled = apply_filters( 'pre_option_enable_xmlrpc', false, 'enable_xmlrpc', false ); if ( false === $is_enabled ) { /** This filter is documented in wp-includes/option.php */ $is_enabled = apply_filters( 'option_enable_xmlrpc', true, 'enable_xmlrpc' ); } /** * Filters whether XML-RPC methods requiring authentication are enabled. * * Contrary to the way it's named, this filter does not control whether XML-RPC is *fully*Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.