apply_filters( 'nab_get_testable_taxonomies', array $taxonomies , string $post_type )
Gets the taxonomies that can be tested and, therefore, should be replaced during a test.
Description
Parameters
- $taxonomies
(array) (Required) list of taxonomies.
- $post_type
(string) (Required) the post type for which we’re retrieving the list of taxonomies
Source
Changelog
Version | Description |
---|---|
5.0.9 | Introduced. |