apply_filters( 'dt_auth_format_post_args', $args, $context, $this ) → {array}
Format request args for a POST request so auth occurs
Parameters:
Name | Type | Description |
---|---|---|
$args |
array | Array of request arguments. |
$context |
array | Optional array of information about the request. |
$this |
object | The authentication class. |
- Since:
- 0.8
- Source:
Returns:
Array of request arguments.
- Type
- array