Ticket #23636: 23636.3.patch
File 23636.3.patch, 1.0 KB (added by , 10 years ago) |
---|
-
wp-includes/taxonomy.php
1594 1594 * @type string $fields Term fields to query for. Accepts 'all' (returns an array of 1595 1595 * term objects), 'ids' or 'names' (returns an array of integers 1596 1596 * or strings, respectively. Default 'all'. 1597 * @type string|array $slug Optional. Slug (s)to return term(s) for. Default empty.1597 * @type string|array $slug Optional. Slug or array of slugs to return term(s) for. Default empty. 1598 1598 * @type bool $hierarchical Whether to include terms that have non-empty descendants (even 1599 1599 * if $hide_empty is set to true). Default true. 1600 1600 * @type string $search Search criteria to match terms. Will be SQL-formatted with