Changes between Initial Version and Version 1 of Ticket #17646, comment 10
- Timestamp:
- 05/05/2013 03:50:13 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17646, comment 10
initial v1 4 4 var_dump( wp_get_object_terms( get_the_ID(), 'category', array( 'fields' => 'all' ) ) ); 5 5 var_dump( wp_get_object_terms( get_the_ID(), 'category', array( 'fields' => 'all_with_object_id' ) ) ); 6 var_dump( wp_get_object_terms( get_the_ID(), 'category', array( 'fields' => 'id ' ) ) );6 var_dump( wp_get_object_terms( get_the_ID(), 'category', array( 'fields' => 'ids' ) ) ); 7 7 var_dump( wp_get_object_terms( get_the_ID(), 'category', array( 'fields' => 'tt_ids' ) ) ); 8 8 }}}