jetpack_client_authorize_error, $result

jetpack_client_authorize_error, $result

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_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(),