In this article

filter

jetpack_xmlrpc_unauthenticated_methods

Filters the XML-RPC methods available to Jetpack for requests signed both with a blog token or a user token.

Parameters

$jetpack_methods
array

XML-RPC methods available to the Jetpack Server.

$core_methods
array

Available core XML-RPC methods.

$user
(WP_User | bool)

Information about the user authenticated in the request. False if authenticated with blog token.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.