bbp_get_author_url

bbp_get_author_url

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_author_url') is found 1 times:

  • /includes/users/template.php line 991
    987
    988
    989
    990
    991
    992
    993
    994
    995
    996
    997
                $retval = bbp_get_current_anonymous_user_data( 'url' );
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_author_url', $retval, $post_id );
        }
     
    /** Favorites *****************************************************************/
     
    /**
     * Output the link to the user's favorites page (profile page)