Browse: Home / Hooks /

learndash_support_request_timeout

apply_filters( 'learndash_support_request_timeout',  int $timeout,  array $parsed_args,  string $url )

Filter the timeout for LearnDash Support site connections.


Description #


Parameters #

$timeout

(int) Current timeout in seconds.

$parsed_args

(array) Array of request args.

$url

(string) URL for request.


Source #

File: includes/class-ld-bitbucket-api.php


Changelog #

Changelog
Version Description
3.1.8 Introduced.