-
Notifications
You must be signed in to change notification settings - Fork 82
activitypub_pre_http_is_tombstone
github-actions[bot] edited this page Aug 7, 2025
·
10 revisions
Fires before checking if the URL is a tombstone.
add_filter(
'activitypub_pre_http_is_tombstone',
function( string $url ) {
// Your code here.
return $url;
}
);
-
string
$url
The URL to check.
\do_action( 'activitypub_pre_http_is_tombstone', $url )
Follow @[email protected] for updates and news.