bp_loggedin_user_url

bp_loggedin_user_url

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_loggedin_user_url') is found 1 times:

  • /bp-members/bp-members-template.php line 2084
    2080
    2081
    2082
    2083
    2084
    2085
    2086
    2087
    2088
    2089
    2090
         *     @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_loggedin_user_url', $url, $path_chunks );
    }
     
    /**
     * Generate the link for the logged-in user's profile.
     *
     * @since 1.0.0