friends_pre_check_url - akirk/friends GitHub Wiki

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 )

← All Hooks