@since: BuddyPress 3.0.0 |
Description |
---|---|
BP_Messages_Notices_List_Table::prepare_items() |
Set up items for display in the list table. |
BP_Messages_Notices_List_Table::get_columns() |
Get a list of columns. The format is: ‘internal-name’ => ‘Title’ |
BP_Messages_Notices_Admin::register_notices_admin() |
Create a new instance or access the current instance of this class. |
BP_Messages_Notices_Admin::__construct() |
Constructor method. |
BP_Messages_Notices_Admin::setup_globals() |
Populate the classs variables. |
BP_Messages_Notices_Admin::setup_actions() |
Add action hooks. |
BP_Messages_Notices_Admin::admin_menu() |
Add the ‘Site Notices’ admin menu item. |
BP_Messages_Notices_Admin::admin_load() |
Catch save/update requests or load the screen. |
BP_Messages_Notices_Admin::admin_index() |
Generate content for the bp-notices admin screen. |
bp_messages_mark_notification_on_mark_thread() |
Mark new message notification as read when the corresponding message is mark read. |