wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
is_post_type_viewable › WordPress Filter Hooks
Seit5.9.0
Veraltetn/v
› apply_filters( 'is_post_type_viewable', $is_viewable, $post_type )
| Parameter: (2) |
|
| Definiert in: |
|
| Codex: |
Filters whether a post type is considered "viewable".
The returned filtered value must be a boolean type to ensure `is_post_type_viewable()` only returns a boolean. This strictness is by design to maintain backwards-compatibility and guard against potential type errors in PHP 8.1+. Non-boolean values (even falsey and truthy values) will result in the function returning false.Ähnliche Funktionen: is_post_type_viewable, is_post_status_viewable, is_post_publicly_viewable, is_post_type_hierarchical, is_post_type_archive, is_post_embeddable