jetpack_rest_connection_check_response

jetpack_rest_connection_check_response

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: jetpack.13.6

apply_filters('jetpack_rest_connection_check_response') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php line 1001
    		 * Filters the successful response of the REST API test_connection method
    		 *
    		 * @param string $response The response string.
    		 */
    		$status = apply_filters( 'jetpack_rest_connection_check_response', 'success' );
    
    		return rest_ensure_response(
    			array(
    				'status' => $status,
    			)
    		);
    

See this hook used in plugins: