Skip to content

friends_http_timeout

Alex Kirk edited this page Apr 9, 2024 · 9 revisions

Auto-generated Example

add_filter(
    'friends_http_timeout',
    function ( int $int ) {
        // Your code here
        return $int;
    }
);

Parameters

  • int $int

Files

apply_filters( 'friends_http_timeout', 20 )

Hooks

Clone this wiki locally