Skip to content

friends_http_timeout

github-actions[bot] edited this page Mar 20, 2026 · 15 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 )

← All Hooks

Clone this wiki locally