Filter: dt_push_post_args
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
Defined in includes/classes/ExternalConnections/WordPressExternalConnection.php at line 582
Returns
The request body to send.