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_tax( string $component_id, string $post_type )

Get excluded posts from a taxonomy.


Parameters

$component_id

(Required) Component id.

$post_type

(Required) Post type.


Return

(array)


Source

File: includes/modules/header_footer_grid/components/advanced_search_core.php


			

Changelog

Changelog
Version Description
2.4.0 Introduced.