Skip to content

friends_host_is_valid

Alex Kirk edited this page Oct 16, 2024 · 11 revisions

Auto-generated Example

add_filter(
    'friends_host_is_valid',
    function (
        $ret,
        $host
    ) {
        // Your code here
        return $ret;
    },
    10,
    2
);

Parameters

  • $ret
  • $host

Files

apply_filters( 'friends_host_is_valid', null, $host )

Hooks

Clone this wiki locally