apply_filters( 'dt_remote_get_query_args', $query_args, $args, $this ) → {array}
Filter the remote_get query arguments
Parameters:
Name | Type | Description |
---|---|---|
$query_args |
array | The existing query arguments. |
$args |
array | The arguments originally passed to |
$this |
object | The authentication class. |
- Since:
- 1.0
- Source:
Returns:
The existing query arguments.
- Type
- array