jetpack_xmlrpc_methods

jetpack_xmlrpc_methods

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('jetpack_xmlrpc_methods') is found 1 times:

  • /vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php line 90
    			 * @param array    $jetpack_methods XML-RPC methods available to the Jetpack Server.
    			 * @param array    $core_methods    Available core XML-RPC methods.
    			 * @param \WP_User $user            Information about the user authenticated in the request.
    			 */
    			$jetpack_methods = apply_filters( 'jetpack_xmlrpc_methods', $jetpack_methods, $core_methods, $this->user );
    		}
    
    		/**
    		 * Filters the XML-RPC methods available to Jetpack for requests signed both with a blog token or a user token.
    		 *
    		 * @since 1.7.0
    

See this hook used in plugins: