This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Advanced_Search_Core::get_excluded_posts( string $component_id, string $post_type )
Get excluded posts for a given post type.
Parameters
- $component_id
-
(Required) Component instance id.
- $post_type
-
(Required) Post type to get.
Return
(array)
Source
File: includes/modules/header_footer_grid/components/advanced_search_core.php
Expand full source code Collapse full source code View on Github
Changelog
Version | Description |
---|---|
2.4.0 | Introduced. |