friends_http_timeout - akirk/friends GitHub Wiki

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