Changeset 31855
- Timestamp:
- 03/20/2015 08:10:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r31813 r31855 1561 1561 * 1562 1562 * The 'get_terms_orderby' filter passes the ORDER BY clause for the query 1563 * along with the $args array.1564 *1565 * The 'get_terms_fields' filter passes the fields for the SELECT query1566 1563 * along with the $args array. 1567 1564 * … … 1934 1931 * Filter the fields to select in the terms query. 1935 1932 * 1933 * Field lists modified using this filter will only modify the term fields returned 1934 * by the function when the `$fields` parameter set to 'count' or 'all'. In all other 1935 * cases, the term fields in the results array will be determined by the `$fields` 1936 * parameter alone. 1937 * 1938 * Use of this filter can result in unpredictable behavior, and is not recommended. 1939 * 1936 1940 * @since 2.8.0 1937 1941 *
Note: See TracChangeset
for help on using the changeset viewer.