Docs: Update since
annotations for adding LIKE
comparisons with meta keys.
Previously introduced in [42768]. Fixes #42409. git-svn-id: https://develop.svn.wordpress.org/trunk@44518 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6bb50ece40
commit
f27fc64e2e
@ -99,7 +99,7 @@ class WP_Meta_Query {
|
|||||||
*
|
*
|
||||||
* @since 3.2.0
|
* @since 3.2.0
|
||||||
* @since 4.2.0 Introduced support for naming query clauses by associative array keys.
|
* @since 4.2.0 Introduced support for naming query clauses by associative array keys.
|
||||||
* @since 5.0.0 Introduced $compare_key clause parameter, which enables LIKE key matches.
|
* @since 5.1.0 Introduced $compare_key clause parameter, which enables LIKE key matches.
|
||||||
*
|
*
|
||||||
* @param array $meta_query {
|
* @param array $meta_query {
|
||||||
* Array of meta query clauses. When first-order clauses or sub-clauses use strings as
|
* Array of meta query clauses. When first-order clauses or sub-clauses use strings as
|
||||||
|
@ -604,7 +604,7 @@ class WP_Query {
|
|||||||
* Introduced `RAND(x)` syntax for `$orderby`, which allows an integer seed value to random sorts.
|
* Introduced `RAND(x)` syntax for `$orderby`, which allows an integer seed value to random sorts.
|
||||||
* @since 4.6.0 Added 'post_name__in' support for `$orderby`. Introduced the `$lazy_load_term_meta` argument.
|
* @since 4.6.0 Added 'post_name__in' support for `$orderby`. Introduced the `$lazy_load_term_meta` argument.
|
||||||
* @since 4.9.0 Introduced the `$comment_count` parameter.
|
* @since 4.9.0 Introduced the `$comment_count` parameter.
|
||||||
* @since 5.0.0 Introduced the `$meta_compare_key` parameter.
|
* @since 5.1.0 Introduced the `$meta_compare_key` parameter.
|
||||||
*
|
*
|
||||||
* @param string|array $query {
|
* @param string|array $query {
|
||||||
* Optional. Array or string of Query parameters.
|
* Optional. Array or string of Query parameters.
|
||||||
|
Loading…
Reference in New Issue
Block a user