jetpack_sync_remote_actions, $events, $token
jetpack_sync_remote_actions, $events, $token
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_sync_remote_actions, $events, $token') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/class-server.php line 161
* * @param array $events Array of actions received from the remote site * @param object|null $token The auth token used to invoke the API */ do_action( 'jetpack_sync_remote_actions', $events, $token ); foreach ( $events as $key => $event ) { list( $action_name, $args, $user_id, $timestamp, $silent ) = $event; /** * Fires when an action is received from a remote Jetpack site