apply_filters( 'llms_rest_api_key_query_default_args', array $args , LLMS_REST_API_Keys_Query $api_keys_query )
Filters the api keys query default args
Parameters Parameters
- $args
-
(array) Array of default arguments to set up the query with.
- $api_keys_query
-
(LLMS_REST_API_Keys_Query) Instance of LLMS_REST_API_Keys_Query.
Source Source
File: libraries/lifterlms-rest/includes/class-llms-rest-api-keys-query.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |