Display only Child Terms in Custom Taxonomy
-
Hi,
I would like to hide the parents of the terms in a custom taxonomy.
This is easy to do by modifying the query on line 82 of the plugin file called:
class-a-z-listing.php
If I add
'childless' => true,
this does what I would like, but I prefer not to modify the plugin files of course, since the change will be lost upon update.
Is there are hook or function available that I can use to modify that query in my child functions?
Thanks
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Display only Child Terms in Custom Taxonomy’ is closed to new replies.