LLMS_Table_NotificationSettings::set_columns()

Define the structure of the table


Return Return

(array)


Top ↑

Source Source

File: includes/admin/settings/tables/class.llms.table.notification.settings.php

	public function set_columns() {
		$cols = array(
			'notification' => __( 'Notification', 'lifterlms' ),
			'configure'    => __( 'Configure', 'lifterlms' ),
		);

		return $cols;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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