Uses
| Uses | Description |
|---|---|
| wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php: WP_REST_Comments_Controller::get_comment() | Get the comment, if the ID is valid. |
| wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php: WP_REST_Comments_Controller::prepare_item_for_response() | Prepares a single comment output for response. |
| wp-includes/rest-api.php: rest_ensure_response() | Ensures a REST response is a response object (for consistency). |
| wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |