BP_Messages_Notices_List_Table::__construct( $args = array() )
Constructor
Description
Source
File: bp-messages/classes/class-bp-messages-notices-list-table.php
public function __construct( $args = array() ) {
parent::__construct(
array(
'plural' => 'notices',
'singular' => 'notice',
'ajax' => true,
'screen' => isset( $args['screen'] ) ? $args['screen'] : null,
)
);
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 3.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.