Skip to content

friends_pre_check_url

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

Auto-generated Example

add_filter(
    'friends_pre_check_url',
    function (
        $ret,
        string $url
    ) {
        // Your code here
        return $ret;
    },
    10,
    2
);

Parameters

  • $ret
  • string $url

Files

apply_filters( 'friends_pre_check_url', null, $url )

Hooks

Clone this wiki locally