apply_filters( 'dt_remote_post', $items, $args, $this ) → {array}
Filter the items returned when using WordPressExternalConnection::remote_post
Parameters:
Name | Type | Description |
---|---|---|
$items |
array | The items returned from the POST request. |
$args |
array | The arguments used in the POST request. |
$this |
WordPressExternalConnection | The current connection object. |
- Since:
- 1.6.7
- Source:
Returns:
The items returned from a remote POST request.
- Type
- array