BP_Optouts_List_Table
List table class for nonmember opt-outs admin page.
Description Description
Source Source
File: bp-core/classes/class-bp-optouts-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 custom columns.
- column_email_address — Markup for the checkbox used to select items for bulk actions.
- column_email_type — Display type of email that prompted opt-out.
- column_email_type_description — Display description of bp-email-type that prompted opt-out.
- column_optout_date_modified — Display opt-out date.
- column_user_registered — Display registration date of user whose communication prompted opt-out.
- column_username — The inviter/site member who sent the email that prompted the opt-out.
- display_rows — Display opt-out rows.
- extra_tablenav — Get rid of the extra nav.
- get_bulk_actions — Specific bulk actions for opt-outs.
- get_columns — Specific opt-out columns.
- get_sortable_columns — The columns opt-outs 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 opt-out row.
- views — Get the list of views available on this table.