Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29839


Ignore:
Timestamp:
10/02/2014 09:54:30 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29839

    • Property Type changed from feature request to enhancement
  • Ticket #29839 – Description

    initial v1  
    1 In
    2 {{{
    3 get_terms
    4 }}}
    5 currently there is an option called 'parent' that will return only top-level terms (meaning terms with no parent term). This request is for an option that does the opposite: get only bottom-level terms (meaning terms with no children).
     1In `get_terms()` currently there is an option called 'parent' that will return only top-level terms (meaning terms with no parent term). This request is for an option that does the opposite: get only bottom-level terms (meaning terms with no children).