jetpack_client_authorize_fallback_url

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

  • /vendor/automattic/jetpack-connection/src/class-webhooks.php line 146
     
    			$tracking->record_user_event( 'jpc_client_authorize_success' );
    		}
    
    		$fallback_redirect = apply_filters( 'jetpack_client_authorize_fallback_url', admin_url() );
    		$redirect          = wp_validate_redirect( $redirect ) ? $redirect : $fallback_redirect;
    
    		wp_safe_redirect( $redirect );
    	}
    
    	/**
    

See this hook used in plugins: