apply_filters( 'ep_weighting_default_enabled_taxonomies', $enabled_taxonomies, $post_type ) → {array}
Filter install status
Previous behavior had post_tag and category enabled by default, so if this is supported on the post type we add them as enabled by default
Parameters:
Name | Type | Description |
---|---|---|
$enabled_taxonomies |
array | Taxonomies that should be enabled by default |
$post_type |
string | Post type slug |
- Since:
- 3.6.5
- Source:
Returns:
New taxonomies
- Type
- array