jetpack_client_authorize_error

jetpack_client_authorize_error

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('jetpack_client_authorize_error') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-webhooks.php line 123
     
    		$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(),
    

See this hook used in plugins: