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