xmlrpc_methods

xmlrpc_methods

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_methods') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 176
    		 * @since 1.5.0
    		 *
    		 * @param string[] $methods An array of XML-RPC methods, keyed by their methodName.
    		 */
    		$this->methods = apply_filters( 'xmlrpc_methods', $this->methods );
    
    		$this->set_is_enabled();
    	}
    
    	/**
    	 * Sets wp_xmlrpc_server::$is_enabled property.
    

See this hook used in plugins: