bp_displayed_user_url

bp_displayed_user_url

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_displayed_user_url') is found 1 times:

  • /bp-members/bp-members-template.php line 1997
    1993
    1994
    1995
    1996
    1997
    1998
    1999
    2000
    2001
    2002
    2003
         *     @type string $single_item_action           The slug of the action to perform.
         *     @type array  $single_item_action_variables An array of additional informations about the action to perform.
         * }
         */
        return apply_filters( 'bp_displayed_user_url', $url, $path_chunks );
    }
     
    /**
     * Generate the link for the displayed user's profile.
     *
     * @since 1.0.0