LLMS_Metabox_Instructors::configure()

Configure the metabox


Return Return

(void)


Top ↑

Source Source

File: includes/admin/post-types/meta-boxes/class.llms.meta.box.instructors.php

	public function configure() {

		$this->id         = 'llms-instructors';
		$this->title      = __( 'Instructors', 'lifterlms' );
		$this->screens    = array( 'course', 'llms_membership' );
		$this->capability = 'publish_courses';

	}

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.