apply_filters( 'dt_push_post_args', $post_body, $post, $args, $this ) → {array}
Filter the arguments sent to the remote server during a push.
Parameters:
Name | Type | Description |
---|---|---|
$post_body |
array | The request body to send. |
$post |
object | The WP_Post that is being pushed. |
$args |
array | Post args to push. |
$this |
ExternalConnection | The distributor connection being pushed to. |
- Since:
- 1.0
- Source:
- Tutorials:
Returns:
The request body to send.
- Type
- array