Changeset 59325
- Timestamp:
- 10/30/2024 10:32:12 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r59261 r59325 207 207 'offset' => '', 208 208 'fields' => 'all', 209 'count' => false,210 209 'name' => '', 211 210 'slug' => '', … … 303 302 * @param string|array $query Array or URL query string of parameters. 304 303 * @return WP_Term[]|int[]|string[]|string Array of terms, or number of terms as numeric string 305 * when 'count' is passed as a query var.304 * when 'count' is passed to `$args['fields']`. 306 305 */ 307 306 public function query( $query ) { … … 345 344 * 346 345 * @return WP_Term[]|int[]|string[]|string Array of terms, or number of terms as numeric string 347 * when 'count' is passed as a query var.346 * when 'count' is passed to `$args['fields']`. 348 347 */ 349 348 public function get_terms() {
Note: See TracChangeset
for help on using the changeset viewer.