Layout_CPT_View::allowed_custom_post_types_filter( array $allowed_context )
Filters the post types that are allowed to use the cover feature.
Parameters
- $allowed_context
-
(Required) Allowed context array [ 'post', 'page' ].
Return
(array|false[]|WP_Post_Type[])
Source
File: includes/modules/post_type_enhancements/views/layout_cpt_view.php
Expand full source code Collapse full source code View on Github
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |