Filter: dt_remote_post_timeout

apply_filters( 'dt_remote_post_timeout', $timeout, $args ) → {int}

Filter the timeout used when calling remote_post

Parameters:
Name Type Description
$timeout int

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

$args array

The request arguments.

Since:
  • 1.6.7
Source:
Returns:

The timeout to use for the remote_post call.

Type
int