Skip to content

friends_pre_get_user_login_for_url

github-actions[bot] edited this page Mar 26, 2026 · 5 revisions

Auto-generated Example

add_filter(
   'friends_pre_get_user_login_for_url',
    function(
        bool $false,
        string $url
    ) {
        // Your code here.
        return $false;
    },
    10,
    2
);

Parameters

  • bool $false
  • string $url

Files

apply_filters( 'friends_pre_get_user_login_for_url', false, $url )

← All Hooks

Clone this wiki locally