Changeset 53877 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 08/11/2022 02:01:35 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r53873 r53877 1857 1857 * @internal The `$deprecated` parameter is parsed for backward compatibility only. 1858 1858 * 1859 * @param array|string $args Optional. Array o f arguments that get passed to get_terms().1860 * Default empty array.1859 * @param array|string $args Optional. Array or string of arguments. See WP_Term_Query::__construct() 1860 * for information on accepted arguments. Default empty array. 1861 1861 * @param array|string $deprecated Optional. Argument array, when using the legacy function parameter format. 1862 1862 * If present, this parameter will be interpreted as `$args`, and the first … … 4701 4701 * linked to its archive. 4702 4702 * } 4703 * @return arrayList of taxonomies.4703 * @return string[] List of taxonomies. 4704 4704 */ 4705 4705 function get_the_taxonomies( $post = 0, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.