jetpack_rest_connection_check_response, success

jetpack_rest_connection_check_response, success

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_rest_connection_check_response, success') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php line 1071
    		 * 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,
    			)
    		);