You appear to be a bot. Output may be restricted
Description
Use the Spy_REST_Server class for the REST server.
Usage
$string = _wp_rest_server_class_filter();
Parameters
Returns
string The server class name.
Source
File name: wordpress-develop-tests/phpunit/includes/functions.php
Lines:
1 to 3 of 3
function _wp_rest_server_class_filter() { return 'Spy_REST_Server'; }