-
Notifications
You must be signed in to change notification settings - Fork 19
friends_is_known_activitypub_host
github-actions[bot] edited this page Jun 11, 2026
·
21 revisions
add_filter(
'friends_is_known_activitypub_host',
function(
bool $false,
$host
) {
// Your code here.
return $false;
},
10,
2
);-
bool$false $host
apply_filters( 'friends_is_known_activitypub_host', false, $host )