BP_Members_Invitations_List_Table
List table class for Invitations admin page.
Description Description
Source Source
File: bp-members/classes/class-bp-members-invitations-list-table.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |
Methods Methods
- __construct — Constructor.
- column_cb — Markup for the checkbox used to select items for bulk actions.
- column_default — Allow plugins to add their custom column.
- column_email — Display invited user's email address.
- column_invitation_accepted — Display invitation acceptance status.
- column_invitation_date_modified — Display invitation date.
- column_invitation_sent — Display invitation date.
- column_invitee_email — Markup for the checkbox used to select items for bulk actions.
- column_inviter_registered_date — Display invitation date.
- column_username — The inviter.
- display_rows — Display invitation rows.
- extra_tablenav — Get rid of the extra nav.
- get_bulk_actions — Specific bulk actions for signups.
- get_columns — Specific signups columns.
- get_sortable_columns — The columns invitations can be reordered by.
- no_items — The text shown when no items are found.
- prepare_items — Set up items for display in the list table.
- single_row — Display an invitation row.
- views — Get the list of views available on this table (e.g. "all", "public").