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

apply_filters('jetpack_token_processing_url') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-tokens.php line 149
    		 * @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: