Filter: dt_subscription_post_args
Filter the arguments sent to the remote server during a subscription update.
Parameters
| Name | Type | Description |
|---|---|---|
| $post_body | array | The request body to send. |
| $post | \WP_Post | The WP_Post that is being pushed. |
Since
- 1.3.0
Source
Defined in includes/subscriptions.php at line 311
Returns
The request body to send.