jetpack_xmlrpc_unauthenticated_methods

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

  • /vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php line 104
    		 * @param array         $jetpack_methods XML-RPC methods available to the Jetpack Server.
    		 * @param array         $core_methods    Available core XML-RPC methods.
    		 * @param \WP_User|bool $user            Information about the user authenticated in the request. False if authenticated with blog token.
    		 */
    		return apply_filters( 'jetpack_xmlrpc_unauthenticated_methods', $jetpack_methods, $core_methods, $this->user );
    	}
    
    	/**
    	 * Whitelist of the bootstrap XML-RPC methods
    	 */
    	public function bootstrap_xmlrpc_methods() {
    

See this hook used in plugins: