bp_members_get_user_url

bp_members_get_user_url

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_members_get_user_url') is found 1 times:

  • /bp-members/bp-members-functions.php line 237
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
         *     @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_members_get_user_url', $url, $user_id, $slug, $path_chunks );
    }
     
    /**
     * Fetch everything in the wp_users table for a user, without any usermeta.
     *
     * @since 1.2.0