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.9.8.1

do_action('jetpack_client_authorize_error') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-webhooks.php line 123
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    $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: