Changeset 60249 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 05/26/2025 11:18:03 AM (13 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/taxonomy.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r59784 r60249 1293 1293 * Prior to 4.5.0, taxonomy was passed as the first parameter of `get_terms()`. 1294 1294 * 1295 * {@internal The `$deprecated` parameter is parsed for backward compatibility only.} 1296 * 1295 1297 * @since 2.3.0 1296 1298 * @since 4.2.0 Introduced 'name' and 'childless' parameters. … … 1301 1303 * Introduced 'meta_key' and 'meta_value' parameters. Introduced the ability to order results by metadata. 1302 1304 * @since 4.8.0 Introduced 'suppress_filter' parameter. 1303 *1304 * @internal The `$deprecated` parameter is parsed for backward compatibility only.1305 1305 * 1306 1306 * @param array|string $args Optional. Array or string of arguments. See WP_Term_Query::__construct() … … 1928 1928 * Default $args is 'hide_empty' which can be 'hide_empty=true' or array('hide_empty' => true). 1929 1929 * 1930 * {@internal The `$deprecated` parameter is parsed for backward compatibility only.} 1931 * 1930 1932 * @since 2.3.0 1931 1933 * @since 5.6.0 Changed the function signature so that the `$args` array can be provided as the first parameter. 1932 *1933 * @internal The `$deprecated` parameter is parsed for backward compatibility only.1934 1934 * 1935 1935 * @param array|string $args Optional. Array or string of arguments. See WP_Term_Query::__construct()
Note: See TracChangeset
for help on using the changeset viewer.