BP_Members_List_Table::__construct()
Constructor.
Description
Source
File: bp-members/classes/class-bp-members-list-table.php
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.