BP_Messages_Notices_List_Table::get_columns()

Get a list of columns. The format is: ‘internal-name’ => ‘Title’

Description

Return

(array)

Source

File: bp-messages/classes/class-bp-messages-notices-list-table.php

	public function get_columns() {
		return apply_filters( 'bp_notices_list_table_get_columns', array(
			'subject'   => __( 'Subject', 'buddyboss' ),
			'message'   => __( 'Content', 'buddyboss' ),
			'date_sent' => __( 'Created', 'buddyboss' ),
		) );
	}

Changelog

Changelog
Version Description
BuddyPress 3.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.