Changeset 58032
- Timestamp:
- 04/22/2024 08:23:58 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-meta-query.php
r56549 r58032 124 124 * - 'REGEXP' 125 125 * - 'NOT REGEXP' 126 * - 'RLIKE' ,126 * - 'RLIKE' 127 127 * - 'EXISTS' (alias of '=') 128 128 * - 'NOT EXISTS' (alias of '!=') … … 133 133 * @type string|string[] $value Meta value or values to filter by. 134 134 * @type string $compare MySQL operator used for comparing the $value. Accepts: 135 * - '=' ,135 * - '=' 136 136 * - '!=' 137 137 * - '>'
Note: See TracChangeset
for help on using the changeset viewer.