BBP_Topic_Replies_List_Table::get_columns()
Setup the list-table columns
Description Description
See also See also
Return Return
(array) An associative array containing column information
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' ), ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |