xmlrpc_enabled

xmlrpc_enabled

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('xmlrpc_enabled') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 221
    		 * @since 3.5.0
    		 *
    		 * @param bool $is_enabled Whether XML-RPC is enabled. Default true.
    		 */
    		$this->is_enabled = apply_filters( 'xmlrpc_enabled', $is_enabled );
    	}
    
    	/**
    	 * Makes private/protected methods readable for backward compatibility.
    	 *
    	 * @since 4.0.0
    

See this hook used in plugins: