jetpack_connection_status

jetpack_connection_status

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

  • /vendor/automattic/jetpack-connection/src/class-rest-connector.php line 485
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    * @since 1.25.0
     *
     * @param array An array containing the connection status data.
     */
    $connection_status = apply_filters( 'jetpack_connection_status', $connection_status );
     
    if ( $rest_response ) {
        return rest_ensure_response(
            $connection_status
        );
    } else {

See this hook used in plugins: