In this article

action

jetpack_xmlrpc_server_event

Happens on various request handling events in the Jetpack XMLRPC server.The action combines several types of events: remote_authorize remote_provision get_user.

Parameters

$action
String

the action name, i.e., 'remote_authorize'.

$stage
String

the execution stage, can be 'begin', 'success', 'error', etc.

$parameters
array

extra parameters from the event.

$user
WP_User

the acting user.

Changelog

How to use this hook

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