LLMS_REST_Capabilities::init()

Static Constructor.


Return Return

(void)


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/class-llms-rest-capabilities.php

	public static function init() {

		add_filter( 'llms_get_administrator_core_caps', array( __CLASS__, 'add' ) );
		add_filter( 'llms_get_lms_manager_core_caps', array( __CLASS__, 'add' ) );

	}

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.