jetpack_xmlrpc_unauthenticated_methods, $jetpack_methods, $core_methods, $this->user
jetpack_xmlrpc_unauthenticated_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_unauthenticated_methods, $jetpack_methods, $core_methods, $this->user') is found 1 times:
- /jetpack_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() {