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

apply_filters('jetpack_client_authorize_fallback_url') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-webhooks.php line 146
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
            $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: