-
Notifications
You must be signed in to change notification settings - Fork 83
activitypub_is_activitypub_request
github-actions[bot] edited this page Jul 23, 2025
·
9 revisions
Filters whether the current request is an ActivityPub request.
add_filter(
'activitypub_is_activitypub_request',
function ( bool $is_activitypub_request ) {
// Your code here
return $is_activitypub_request;
}
);-
bool$is_activitypub_requestTrue if the request is an ActivityPub request, false otherwise.
\apply_filters( 'activitypub_is_activitypub_request', $this->is_activitypub_request )Follow @[email protected] for updates and news.