jetpack_idc_authorization_url

jetpack_idc_authorization_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('jetpack_idc_authorization_url') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/identity-crisis/class-rest-endpoints.php line 206
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
         * @since 0.2.0
         *
         * @param \WP_REST_Response|WP_Error    $connection_url Connection URL user should be redirected to.
         */
        return apply_filters( 'jetpack_idc_authorization_url', rest_ensure_response( $connection->get_authorization_url( null, $redirect_uri ) ) );
    }
     
    /**
     * Verify that user can mitigate an identity crisis.
     *
     * @since 0.2.0