apply_filters( 'dt_subscription_post_args', $post_body, $post ) → {array}
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:
Returns:
The request body to send.
- Type
- array