BP_Members_List_Table::column_name( object|null $signup_object = null )
Display user name, if any.
Description
Parameters
- $signup_object
-
(Optional) The signup data object.
Default value: null
Source
File: bp-members/classes/class-bp-members-list-table.php
public function column_name( $signup_object = null ) { echo esc_html( $signup_object->user_name ); }
Changelog
Version | Description |
---|---|
BuddyPress 2.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.