Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #27238, comment 2


Ignore:
Timestamp:
02/28/2014 04:47:24 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27238, comment 2

    initial v1  
    22> then $taxonomy_list would contain an array of just the term names.
    33
    4 That would print taxonomy names, but not term names. You can, however use `strip_tags()` to get rid of links:
     4That would print taxonomy names, but not term names. You can, however, use `strip_tags()` to get rid of links:
    55{{{
    66$taxonomies = array_map( 'strip_tags', get_the_taxonomies() );