Filter: dt_push_post_timeout

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

Filter the timeout used when calling WordPressExternalConnection::push.

Parameters:
Name Type Description
$timeout int

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

$post object

The post object

Since:
  • 1.0
Source:
Returns:

The timeout to use for the remote post.

Type
int