Private Taxomy
-
Hi there,
I would like to add our “not public” taxonomies and I did add in your code:
$args['public'] = false; $private = get_taxonomies( $args, 'objects' ); $taxonomies = apply_filters( 'radio_buttons_for_taxonomies_taxonomies', array_merge( $defaults, $custom, $private ) );
Is there a way to hook your code, or is it possible to add a filter to do that?
Thank you
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Private Taxomy’ is closed to new replies.