BBP_Topic_Replies_List_Table::get_columns()

Setup the list-table columns


Description Description

See also See also


Top ↑

Return Return

(array) An associative array containing column information


Top ↑

Source Source

File: includes/admin/classes/class-bbp-topic-replies-list-table.php

	public function get_columns() {
		return array(
			//'cb'                 => '<input type="checkbox" />',
			'bbp_topic_reply_author' => esc_html__( 'Author',  'bbpress' ),
			'bbp_reply_content'      => esc_html__( 'Content', 'bbpress' ),
			'bbp_reply_created'      => esc_html__( 'Replied', 'bbpress' ),
		);
	}

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.