jetpack_client_authorize_error, $result
jetpack_client_authorize_error, $result
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_client_authorize_error, $result') is found 1 times:
- /jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php line 131
$result = $this->connection->authorize( $data ); if ( is_wp_error( $result ) ) { do_action( 'jetpack_client_authorize_error', $result ); $tracking->record_user_event( 'jpc_client_authorize_fail', array( 'error_code' => $result->get_error_code(), 'error_message' => $result->get_error_message(),