-
Notifications
You must be signed in to change notification settings - Fork 14
friends_pre_check_url
Alex Kirk edited this page Oct 16, 2024
·
7 revisions
add_filter(
'friends_pre_check_url',
function (
$ret,
string $url
) {
// Your code here
return $ret;
},
10,
2
);
$ret
-
string
$url
apply_filters( 'friends_pre_check_url', null, $url )