Changes between Initial Version and Version 1 of Ticket #18828, comment 6
- Timestamp:
- 12/06/2013 03:50:59 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18828, comment 6
initial v1 10 10 The other plugin that uses this is [http://wordpress.org/plugins/co-authors-plus/ Co-Authors Plus]. The method {{{filter_wp_get_object_terms}}} in [http://plugins.trac.wordpress.org/browser/co-authors-plus/trunk/co-authors-plus.php] uses this data in the way WordPress is currently built, directly inserted into a manual sql query. However, this plugin is authored by Core contributors and could easily be updated, and as it is only tested to 3.5.2 it is due to be checked for compatibility anyways. 11 11 12 I would argue that using $taxonomies as an array in this filter is still better and more flexible to work with, a use case would be pulling or inserting specific taxonomies into this data.12 I would argue that using $taxonomies as an array in this filter is still better and more flexible to work with, a use case would be removing or inserting specific taxonomies into this data. 13 13 14 14