apply_filters( 'rest_comment_trashable', bool $supports_trash, WP_Comment $comment )
Filters whether a comment can be trashed via the REST API.
Description
Return false to disable trash support for the comment.
Parameters
- $supports_trash
-
(bool) Whether the comment supports trashing.
- $comment
-
(WP_Comment) The comment object being considered for trashing support.
Source
File: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_comment_trashable