apply_filters( 'mc_filter_api_args', $args, $request ) → {array}
Filter arguments submitted to the API.
Parameters:
Name | Type | Description |
---|---|---|
$args |
array | Keys: ['from', 'to', 'category', 'ltype', 'lvalue', 'author', 'host', 'search']. |
$request |
array | $_REQUEST parameters, sanitized. |
- Source:
Returns:
- Type
- array