-
Notifications
You must be signed in to change notification settings - Fork 19
friends_http_timeout
github-actions[bot] edited this page Mar 20, 2026
·
15 revisions
add_filter(
'friends_http_timeout',
function( int $int ) {
// Your code here.
return $int;
}
);-
int$int
apply_filters( 'friends_http_timeout', 20 )