Skip to content

activitypub_pre_http_is_tombstone

github-actions[bot] edited this page Jul 23, 2025 · 10 revisions

Fires before checking if the URL is a tombstone.

Auto-generated Example

add_filter(
    'activitypub_pre_http_is_tombstone',
    function ( string $url ) {
        // Your code here
        return $url;
    }
);

Parameters

  • string $url The URL to check.

Files

\do_action( 'activitypub_pre_http_is_tombstone', $url )

Hooks

Users

Developers

Clone this wiki locally