Private taxonomies in rules disabled
-
Somewhere between version 2.1.0 and 2.4.0 the code for get_post_type_tax_rules has been modified to include:
// Skip taxonomies that are not public.
$should_skip_private_tax = ! plugin()->get_option( 'includePrivateTaxonomies', false );As a result any rules previously defined using private taxonomies stop working.
The setting ‘includePrivateTaxonomies’ does not appear to be exposed on the Settings UI.
To avoid breaking existing installations this setting should probably default to true rather than false.
It looks like I can workaround the problem by setting ‘includePrivateTaxonomies’ in ‘content_control_settings’ option to true.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.