Changeset 59350
- Timestamp:
- 11/05/2024 02:22:11 PM (6 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-includes/class-wp-term-query.php
r59261 r59350 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.