Filters REST API collection parameters for the abilities controller.
Description
Use this to declare the schema type of a custom meta key. A declared type lets REST coerce a query-string value, for example "true" to a boolean, before the meta filter matches it.
398* boolean, before the meta filter matches it.399*400* @since 7.1.0401*402* @param array$query_paramsJSON Schema-formatted collection parameters.403*/404returnapply_filters('rest_abilities_collection_params',$query_params);405}406}407
History
Introduced in 7.1.0.
Signature, return type and hooks compared across 1 parsed release.
About this page
Parsed data
Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.