BBP_Topic_Replies_List_Table::__construct( $args = array() )
The main constructor method
Description Description
Source Source
File: includes/admin/classes/class-bbp-topic-replies-list-table.php
public function __construct( $args = array() ) { // Parse arguments $args = bbp_parse_args( $args, array( 'singular' => 'reply', 'plural' => 'replies', 'ajax' => false ), 'topic_replies_list_table' ); // Construct the list table parent::__construct( $args ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |