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
- Introduced in Jetpack 1.7.0