-
Notifications
You must be signed in to change notification settings - Fork 14
pre_friends_webfinger_resolve
Alex Kirk edited this page Nov 22, 2024
·
2 revisions
add_filter(
'pre_friends_webfinger_resolve',
function (
bool $false,
string $url,
$incoming_url
) {
// Your code here
return $false;
},
10,
3
);
-
bool
$false
-
string
$url
$incoming_url
apply_filters( 'pre_friends_webfinger_resolve', false, $url, $incoming_url )