Changeset 42871 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 03/22/2018 08:26:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r42843 r42871 179 179 * one element from the array needs to match; 'and' means all elements must match. 180 180 * Default 'and'. 181 * @return array A listof taxonomy names or objects.181 * @return string[]|WP_Taxonomy[] An array of taxonomy names or objects. 182 182 */ 183 183 function get_taxonomies( $args = array(), $output = 'names', $operator = 'and' ) {
Note: See TracChangeset
for help on using the changeset viewer.