LLMS_Table_Student_Memberships::set_columns()

Define the structure of the table


Return Return

(array)


Top ↑

Source Source

File: includes/admin/reporting/tables/llms.table.student.memberships.php

	public function set_columns() {
		return array(
			'id'       => array(
				'title' => __( 'ID', 'lifterlms' ),
			),
			'name'     => array(
				'title' => __( 'Name', 'lifterlms' ),
			),
			'status'   => array(
				'title' => __( 'Status', 'lifterlms' ),
			),
			'enrolled' => array(
				'title' => __( 'Enrolled', 'lifterlms' ),
			),
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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