wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
rest_{$this->post_type}_trashable › WordPress Filter Hooks
Seit4.7.0
Veraltetn/v
› apply_filters( "rest_{$this->post_type}_trashable", $supports_trash, $post )
| Parameter: (2) |
|
| Definiert in: | |
| Codex: |
Filters whether a post is trashable.
The dynamic portion of the hook name, `$this->post_type`, refers to the post type slug. Possible hook names include: - `rest_post_trashable` - `rest_page_trashable` - `rest_attachment_trashable` Pass false to disable Trash support for the post.Ähnliche Funktionen: get_post_type_capabilities, get_post_type_labels, is_post_type_hierarchical, is_post_type_viewable, rest_get_best_type_for_value, get_post_type_object