Changeset 48104 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 06/20/2020 12:00:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r48100 r48104 719 719 * @type bool $suppress_filters Whether to suppress filters. Default false. 720 720 * @type string $tag Tag slug. Comma-separated (either), Plus-separated (all). 721 * @type array $tag__and An array of tag ids (AND in).722 * @type array $tag__in An array of tag ids (OR in).723 * @type array $tag__not_in An array of tag ids (NOT in).721 * @type array $tag__and An array of tag IDs (AND in). 722 * @type array $tag__in An array of tag IDs (OR in). 723 * @type array $tag__not_in An array of tag IDs (NOT in). 724 724 * @type int $tag_id Tag id or comma-separated list of IDs. 725 725 * @type array $tag_slug__and An array of tag slugs (AND in).
Note: See TracChangeset
for help on using the changeset viewer.