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 );	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.