You appear to be a bot. Output may be restricted
Description
Returns whether or not a taxonomy is hierarchical.
Usage
$bool = WPSEO_Primary_Term_Admin::filter_hierarchical_taxonomies( $taxonomy );
Parameters
- $taxonomy
- ( stdClass ) required – Taxonomy object.
Returns
bool
Source
File name: wordpress-seo/admin/class-primary-term-admin.php
Lines:
1 to 3 of 3
private function filter_hierarchical_taxonomies( $taxonomy ) { return (bool) $taxonomy->hierarchical; }