-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_remote_get_timeout
github-actions[bot] edited this page Jul 25, 2025
·
10 revisions
Filters the timeout duration for remote GET requests in ActivityPub.
add_filter(
'activitypub_remote_get_timeout',
function ( int $timeout ) {
// Your code here
return $timeout;
}
);
-
int
$timeout
The timeout value in seconds. Default 100 seconds.
\apply_filters( 'activitypub_remote_get_timeout', 100 )
Follow @[email protected] for updates and news.