You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page May 18, 2026
·
12 revisions
Fires before checking if the URL is a tombstone.
Auto-generated Example
/** * Fires before checking if the URL is a tombstone. * * @param string $url */functionmy_activitypub_pre_http_is_tombstone_callback( string$url ) {
// Your code here.
}
add_action( 'activitypub_pre_http_is_tombstone', 'my_activitypub_pre_http_is_tombstone_callback' );