[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Members List Table for Multisite.
File Size: | 481 lines (12 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
BP_Members_MS_List_Table:: (18 methods):
__construct()
prepare_items()
views()
get_columns()
get_bulk_actions()
no_items()
get_sortable_columns()
display_rows()
single_row()
handle_row_actions()
column_cb()
column_username()
column_name()
column_email()
column_registered()
column_date_sent()
column_count_sent()
column_default()
Class: BP_Members_MS_List_Table - X-Ref
List table class for signups network 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 |
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 = '' ) X-Ref |
Display a signup row. param: object|null $signup_object Signup user object. param: string $style Styles for the row. since: 2.0.0 |
handle_row_actions( $signup_object = null, $column_name = '', $primary = '' ) X-Ref |
Prevents regular users row actions to be output. return: string param: object|null $signup_object Signup being acted upon. param: string $column_name Current column name. param: string $primary Primary column name. since: 2.4.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 Signup object instance. since: 2.0.0 |
column_count_sent( $signup_object = null ) X-Ref |
Display number of time 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: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |