-
Notifications
You must be signed in to change notification settings - Fork 17
friends_host_is_valid
Alex Kirk edited this page Nov 22, 2024
·
12 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 )