xmlrpc_methods, $this->methods

xmlrpc_methods, $this->methods

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('xmlrpc_methods, $this->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.