WP_REST_Server::dispatch()
Method: Matches the request to a callback and call it.
Source: wp-includes/rest-api/class-wp-rest-server.php:986
Method: Matches the request to a callback and call it.
Source: wp-includes/rest-api/class-wp-rest-server.php:986
Filter Hook: Filters WP_Comment_Query arguments when querying comments via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:275
Filter Hook: Filters the enveloped form of a REST API response.
Source: wp-includes/rest-api/class-wp-rest-server.php:805
Method: Creates a comment.
Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:567
Method: Checks a comment author email for validity.
Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1863
Method: Returns if an error occurred during most recent JSON encode/decode.
Source: wp-includes/rest-api/class-wp-rest-server.php:1266
Filter Hook: Filters whether comments can be created via the REST API without authentication.
Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:465
Filter Hook: Filters the array of available REST API endpoints.
Source: wp-includes/rest-api/class-wp-rest-server.php:897
Method: Checks if a given REST request has access to update a comment.
Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:777
Method: Instantiates the REST server.
Source: wp-includes/rest-api/class-wp-rest-server.php:103