Changes between Initial Version and Version 1 of Ticket #27238, comment 2
- Timestamp:
- 02/28/2014 04:47:24 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27238, comment 2
initial v1 2 2 > then $taxonomy_list would contain an array of just the term names. 3 3 4 That would print taxonomy names, but not term names. You can, however use `strip_tags()` to get rid of links:4 That would print taxonomy names, but not term names. You can, however, use `strip_tags()` to get rid of links: 5 5 {{{ 6 6 $taxonomies = array_map( 'strip_tags', get_the_taxonomies() );