LLMS_REST_Table_API_Keys::set_columns()

Define the structure of the table


Return Return

(array)


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/admin/tables/class-llms-rest-table-api-keys.php

	public function set_columns() {

		return array(
			'description'   => __( 'Description', 'lifterlms' ),
			'truncated_key' => __( 'Consumer key', 'lifterlms' ),
			'user_id'       => __( 'User', 'lifterlms' ),
			'permissions'   => __( 'Permissions', 'lifterlms' ),
			'last_access'   => __( 'Last Access', 'lifterlms' ),
		);

	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0-beta.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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