Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: rest_user_collection_params

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
1347            *
1348            * This filter registers the collection parameter, but does not map the
1349            * collection parameter to an internal WP_User_Query parameter.  Use the
1350            * `rest_user_query` filter to set WP_User_Query arguments.
1351            *
1352            * @since 4.7.0
1353            *
1354            * @param $params JSON Schema-formatted collection parameters.
1355            */
1356           return apply_filters( 'rest_user_collection_params', $query_params );
1357      }
1358 }
1359