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

apply_filters('jetpack_connection_status') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-rest-connector.php line 328
    		 * @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: