| [ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress messages admin site-wide notices list table class.
| File Size: | 172 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
BP_Messages_Notices_List_Table:: (8 methods):
__construct()
ajax_user_can()
prepare_items()
get_columns()
single_row()
column_subject()
column_message()
column_date_sent()
Class: BP_Messages_Notices_List_Table - X-Ref
BuddyPress Notices List Table class.| __construct( $args = array() X-Ref |
| Constructor param: array $args Arguments passed to the WP_List_Table::constructor. since: 3.0.0 |
| ajax_user_can() X-Ref |
| Checks the current user's permissions since: 3.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: 3.0.0 |
| get_columns() X-Ref |
| Get a list of columns. The format is: 'internal-name' => 'Title' since: 3.0.0 return: array |
| single_row( $item ) X-Ref |
| Generates content for a single row of the table param: object $item The current item since: 3.0.0 |
| column_subject( $item ) X-Ref |
| Generates content for the "subject" column. param: object $item The current item since: 3.0.0 |
| column_message( $item ) X-Ref |
| Generates content for the "message" column. param: object $item The current item since: 3.0.0 |
| column_date_sent( $item ) X-Ref |
| Generates content for the "date_sent" column. param: object $item The current item since: 3.0.0 |
| Generated: Wed Nov 12 01:00:57 2025 | Cross-referenced by PHPXref 0.7.1 |