[Plugin: Manage Tags Capability] all_post_tags
-
I found that adding the get => all arg to $all_post_tags was necessary if I wanted see the complete list of tags. Perhaps this wasn’t your intent, but it was the modification I made for it to fit my need. Overall well done and thank you for your contribution.
manage_tags_capability.php line:41 $args = array( 'get' => 'all' ); $all_post_tags = get_terms('post_tag',$args);
https://www.ads-software.com/extend/plugins/manage-tags-capability/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Manage Tags Capability] all_post_tags’ is closed to new replies.