-
Notifications
You must be signed in to change notification settings - Fork 14
friends_http_timeout
Alex Kirk edited this page Oct 16, 2024
·
10 revisions
add_filter(
'friends_http_timeout',
function ( int $int ) {
// Your code here
return $int;
}
);
-
int
$int
apply_filters( 'friends_http_timeout', 20 )