jetpack_client_authorize_processing

jetpack_client_authorize_processing

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_processing') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-webhooks.php line 108
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
        wp_safe_redirect( $redirect_url );
     
        return;
    }
    do_action( 'jetpack_client_authorize_processing' );
     
    $data              = stripslashes_deep( $_GET ); // We need all request data under the context of an authorization request.
    $data['auth_type'] = 'client';
    $roles             = new Roles();
    $role              = $roles->translate_current_user_to_role();
    $redirect          = isset( $data['redirect'] ) ? esc_url_raw( (string) $data['redirect'] ) : '';

See this hook used in plugins: