apply_filters( 'dt_remote_post_query_args', $args, $this ) → {array}
Filter the remote_post query arguments
Parameters:
Name | Type | Description |
---|---|---|
$args |
array | The request arguments. |
$this |
WordPressExternalConnection | The current connection object. |
- Since:
- 1.6.7
- Source:
Returns:
The query arguments.
- Type
- array