jetpack_token_redirect_url

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

  • /vendor/automattic/jetpack-connection/src/class-tokens.php line 162
    		* @since-jetpack 8.0.0
    		*
    		* @param string $redirect_url Defaults to the site URL.
    		*/
    		$redirect = apply_filters( 'jetpack_token_redirect_url', $redirect );
    
    		$redirect_uri = ( 'calypso' === $data['auth_type'] )
    			? $data['redirect_uri']
    			: add_query_arg(
    				array(
    					'handler'  => 'jetpack-connection-webhooks',
    

See this hook used in plugins: