| [ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Members List Table class.
| File Size: | 472 lines (12 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
BP_Members_List_Table:: (18 methods):
__construct()
prepare_items()
views()
extra_tablenav()
get_columns()
get_bulk_actions()
no_items()
get_sortable_columns()
display_rows()
single_row()
column_cb()
column_username()
column_name()
column_email()
column_registered()
column_date_sent()
column_count_sent()
column_default()
Class: BP_Members_List_Table - X-Ref
List table class for signups admin page.| __construct() X-Ref |
| Constructor. since: 2.0.0 |
| prepare_items() X-Ref |
| Set up items for display in the list table. Handles filtering of data, sorting, pagination, and any other data manipulation required prior to rendering. since: 2.0.0 |
| views() X-Ref |
| Display the users screen views since: 2.5.0 |
| extra_tablenav( $which ) X-Ref |
| Get rid of the extra nav. WP_Users_List_Table will add an extra nav to change user's role. As we're dealing with signups, we don't need this. param: array $which Current table nav item. since: 2.0.0 |
| get_columns() X-Ref |
| Specific signups columns. return: array since: 2.0.0 |
| get_bulk_actions() X-Ref |
| Specific bulk actions for signups. since: 2.0.0 |
| no_items() X-Ref |
| The text shown when no items are found. Nice job, clean sheet! since: 2.0.0 |
| get_sortable_columns() X-Ref |
| The columns signups can be reordered with. since: 2.0.0 |
| display_rows() X-Ref |
| Display signups rows. since: 2.0.0 |
| single_row( $signup_object = null, $style = '', $role = '', $numposts = 0 ) X-Ref |
| Display a signup row. return: void param: object|null $signup_object Signup user object. param: string $style Styles for the row. param: string $role Role to be assigned to user. param: int $numposts Numper of posts. since: 2.0.0 |
| column_cb( $signup_object = null ) X-Ref |
| Markup for the checkbox used to select items for bulk actions. param: object|null $signup_object The signup data object. since: 2.0.0 |
| column_username( $signup_object = null ) X-Ref |
| The row actions (delete/activate/email). param: object|null $signup_object The signup data object. since: 2.0.0 |
| column_name( $signup_object = null ) X-Ref |
| Display user name, if any. param: object|null $signup_object The signup data object. since: 2.0.0 |
| column_email( $signup_object = null ) X-Ref |
| Display user email. param: object|null $signup_object The signup data object. since: 2.0.0 |
| column_registered( $signup_object = null ) X-Ref |
| Display registration date. param: object|null $signup_object The signup data object. since: 2.0.0 |
| column_date_sent( $signup_object = null ) X-Ref |
| Display the last time an activation email has been sent. param: object|null $signup_object The signup data object. since: 2.0.0 |
| column_count_sent( $signup_object = null ) X-Ref |
| Display number of times an activation email has been sent. param: object|null $signup_object Signup object instance. since: 2.0.0 |
| column_default( $signup_object = null, $column_name = '' ) X-Ref |
| Allow plugins to add their custom column. return: string param: object|null $signup_object The signup data object. param: string $column_name The column name. since: 2.1.0 |
| Generated: Mon Oct 27 01:00:58 2025 | Cross-referenced by PHPXref 0.7.1 |