BP_Members_MS_List_Table::__construct()
Constructor.
Description
Source
File: bp-members/classes/class-bp-members-ms-list-table.php
33 34 35 36 37 38 39 40 41 | public function __construct() { // Define singular and plural labels, as well as whether we support AJAX. parent::__construct( array ( 'ajax' => false, 'plural' => 'signups' , 'singular' => 'signup' , 'screen' => get_current_screen()->id, ) ); } |
Changelog
Version | Description |
---|---|
BuddyPress 2.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.