jetpack_xmlrpc_methods, $jetpack_methods, $core_methods, $this->user
jetpack_xmlrpc_methods, $jetpack_methods, $core_methods, $this->user
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_xmlrpc_methods, $jetpack_methods, $core_methods, $this->user') is found 1 times:
- /jetpack_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