Changes between Initial Version and Version 1 of Ticket #41293, comment 6
- Timestamp:
- 10/05/2017 08:34:07 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41293, comment 6
initial v1 2 2 Refer to docs: [https://developer.wordpress.org/reference/functions/wp_get_post_terms/] 3 3 I can use args like ''''id=>name'''' or ''''id=>slug'''' - I can use args like in '''WP_Term_Query::__construct''' 4 It was like: '''term_id->term_name''' now it is:''' standard_array_key_form_0->term_name''' 4 5 5 6 It was working. Im used that on a lot of sites, but now I getting reports, that is something wrong on pages, I figured out is this a problem ( ''''id=>name'''' , etc.).