-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_pre_http_get
github-actions[bot] edited this page Jul 25, 2025
·
10 revisions
Fires before an HTTP GET request is made.
add_filter(
'activitypub_pre_http_get',
function ( string $url ) {
// Your code here
return $url;
}
);
-
string
$url
The URL endpoint.
\do_action( 'activitypub_pre_http_get', $url )
Follow @[email protected] for updates and news.