Changes between Version 3 and Version 4 of Ticket #43867, comment 1
- Timestamp:
- 04/26/2018 01:32:11 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43867, comment 1
v3 v4 1 1 That sounds like a useful feature. 2 2 3 For comparison, the way it's done in {{{WP_User_Query}}} is with the {{{search_columns}}} query argument 3 For comparison, the way it's done in {{{WP_User_Query}}} is with the {{{search_columns}}} query argument: 4 4 5 5 https://core.trac.wordpress.org/browser/tags/4.9.5/src/wp-includes/class-wp-user-query.php#L163 … … 33 33 https://core.trac.wordpress.org/browser/tags/4.9.5/src/wp-includes/class-wp-site-query.php#L502 34 34 35 So taking a similar approach as above, we could support the {{{search_columns}}} query argument and the {{{post_search_columns}}} or {{{search_columns}}} filter.35 So taking a similar approach as above, we could support: 36 36 37 - the {{{search_columns}}} query argument 38 - and the {{{post_search_columns}}} or {{{search_columns}}} filter. 39