LLMS_Roles::get_all_core_caps()

Get an array of registered core lifterlms caps


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/class.llms.roles.php

	public static function get_all_core_caps() {
		return apply_filters( 'llms_get_all_core_caps', array(
			'lifterlms_instructor',
			'manage_lifterlms',
			'view_lifterlms_reports',
			'view_others_lifterlms_reports',
			'enroll',
			'unenroll',
		) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.13.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: