bbp_get_user_profile_url

bbp_get_user_profile_url

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_user_profile_url') is found 1 times:

  • /includes/users/template.php line 586
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
                ), home_url( '/' ) );
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_user_profile_url', $url, $user_id, $user_nicename );
        }
     
    /**
     * Output link to the profile edit page of a user
     *
     * @since 2.0.0 bbPress (r2688)