jetpack_token_processing_url

jetpack_token_processing_url

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('jetpack_token_processing_url') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-tokens.php line 149
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    * @since-jetpack 8.0.0
     *
     * @param string $redirect_url Defaults to the site admin URL.
     */
    $processing_url = apply_filters( 'jetpack_token_processing_url', admin_url( 'admin.php' ) );
     
    $redirect = isset( $data['redirect'] ) ? esc_url_raw( (string) $data['redirect'] ) : '';
     
    /**
    * Filter the URL to redirect the user back to when the authentication process
    * is complete.

See this hook used in plugins: