apply_filters( 'nab_get_taxonomies_to_overwrite', array $taxonomies , string $post_type )
Filters the list of taxonomies that can be overwritten (if any).
Description
Parameters
- $taxonomies
(array) (Required) list of taxonomies that can be overwritten.
- $post_type
(string) (Required) type of the post that the plugin is about to overwrite.
Source
Changelog
Version | Description |
---|---|
5.0.9 | Introduced. |