Filter: dt_subscription_post_timeout

apply_filters( 'dt_subscription_post_timeout', $timeout, $post ) → {int}

Filter the timeout used when calling \Distributor\Subscriptions\send_notifications

Parameters:
Name Type Description
$timeout int

The timeout to use for the remote post. Default 5.

$post WP_Post

The post object

Source:
Returns:

The timeout to use for the remote post.

Type
int