mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-12 00:24:34 +00:00
22179be8cabfa7ca76d5bbdd7c6bf03db7e6f850
wp_get_object_terms().
The existing 'wp_get_object_terms' filter accepts a parameter `$taxonomies`, which is a list of taxonomy names formatted for direct use in a MySQL IN clause. This formatting makes it difficult to make use of the taxonomy list in filter callbacks. However, changing the parameters passed to the existing filter raises backward compatibility concerns, so we introduce a new filter that receives a structured `$taxonomy_array` parameter. We also take this opportunity to correct and clean up some of the documentation on the 'wp_get_object_terms' filter. Props postpostmodern, doublesharp, wonderboymusic, nacin. Fixes #18828. git-svn-id: https://develop.svn.wordpress.org/trunk@31581 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%