Loading wp-includes/class-wp-term-query.php +11 −7 Original line number Diff line number Diff line Loading @@ -128,19 +128,23 @@ class WP_Term_Query { * @type int $offset The number by which to offset the terms query. Default empty. * @type string $fields Term fields to query for. Accepts: * - 'all' Returns an array of complete term objects (`WP_Term[]`). * - 'all_with_object_id' Returns an array of term objects with the 'object_id' * param (`WP_Term[]`). Works only when the `$object_ids` parameter is populated. * - 'all_with_object_id' Returns an array of term objects * with the 'object_id' param (`WP_Term[]`). Works only * when the `$object_ids` parameter is populated. * - 'ids' Returns an array of term IDs (`int[]`). * - 'tt_ids' Returns an array of term taxonomy IDs (`int[]`). * - 'names' Returns an array of term names (`string[]`). * - 'slugs' Returns an array of term slugs (`string[]`). * - 'count' Returns the number of matching terms (`int`). * - 'id=>parent' Returns an associative array of parent term IDs, keyed by term ID (`int[]`). * - 'id=>name' Returns an associative array of term names, keyed by term ID (`string[]`). * - 'id=>slug' Returns an associative array of term slugs, keyed by term ID (`string[]`). * - 'id=>parent' Returns an associative array of parent term IDs, * keyed by term ID (`int[]`). * - 'id=>name' Returns an associative array of term names, * keyed by term ID (`string[]`). * - 'id=>slug' Returns an associative array of term slugs, * keyed by term ID (`string[]`). * Default 'all'. * @type bool $count Whether to return a term count. Will take precedence over `$fields` if true. * Default false. * @type bool $count Whether to return a term count. If true, will take precedence * over `$fields`. Default false. * @type string|array $name Optional. Name or array of names to return term(s) for. * Default empty. * @type string|array $slug Optional. Slug or array of slugs to return term(s) for. Loading wp-includes/version.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * * @global string $wp_version */ $wp_version = '5.5-beta3-48561'; $wp_version = '5.5-beta3-48562'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. Loading Loading
wp-includes/class-wp-term-query.php +11 −7 Original line number Diff line number Diff line Loading @@ -128,19 +128,23 @@ class WP_Term_Query { * @type int $offset The number by which to offset the terms query. Default empty. * @type string $fields Term fields to query for. Accepts: * - 'all' Returns an array of complete term objects (`WP_Term[]`). * - 'all_with_object_id' Returns an array of term objects with the 'object_id' * param (`WP_Term[]`). Works only when the `$object_ids` parameter is populated. * - 'all_with_object_id' Returns an array of term objects * with the 'object_id' param (`WP_Term[]`). Works only * when the `$object_ids` parameter is populated. * - 'ids' Returns an array of term IDs (`int[]`). * - 'tt_ids' Returns an array of term taxonomy IDs (`int[]`). * - 'names' Returns an array of term names (`string[]`). * - 'slugs' Returns an array of term slugs (`string[]`). * - 'count' Returns the number of matching terms (`int`). * - 'id=>parent' Returns an associative array of parent term IDs, keyed by term ID (`int[]`). * - 'id=>name' Returns an associative array of term names, keyed by term ID (`string[]`). * - 'id=>slug' Returns an associative array of term slugs, keyed by term ID (`string[]`). * - 'id=>parent' Returns an associative array of parent term IDs, * keyed by term ID (`int[]`). * - 'id=>name' Returns an associative array of term names, * keyed by term ID (`string[]`). * - 'id=>slug' Returns an associative array of term slugs, * keyed by term ID (`string[]`). * Default 'all'. * @type bool $count Whether to return a term count. Will take precedence over `$fields` if true. * Default false. * @type bool $count Whether to return a term count. If true, will take precedence * over `$fields`. Default false. * @type string|array $name Optional. Name or array of names to return term(s) for. * Default empty. * @type string|array $slug Optional. Slug or array of slugs to return term(s) for. Loading
wp-includes/version.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * * @global string $wp_version */ $wp_version = '5.5-beta3-48561'; $wp_version = '5.5-beta3-48562'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. Loading