Filter hook 'option_enable_xmlrpc'

in WP Core File wp-includes/class-wp-xmlrpc-server.php at line 196

Description

Sets wp_xmlrpc_server::$is_enabled property. Determines whether the xmlrpc server is enabled on this WordPress install and set the is_enabled property accordingly. / private function set_is_enabled() { /* Respect old get_option() filters left for back-compat when the 'enable_xmlrpc' option was deprecated in 3.5.0. Use the {@see 'xmlrpc_enabled'} hook instead.

Occurrences

Filename Line Number
wp-includes/class-wp-xmlrpc-server.php 196

PHP Doc

/**
	 * Sets wp_xmlrpc_server::$is_enabled property.
	 *
	 * Determines whether the xmlrpc server is enabled on this WordPress install
	 * and set the is_enabled property accordingly.
	 *
	 * @since 5.7.3
	 */
	private function set_is_enabled() {
		/*
		 * Respect old get_option() filters left for back-compat when the 'enable_xmlrpc'
		 * option was deprecated in 3.5.0. Use the {@see 'xmlrpc_enabled'} hook instead.
		 */