LLMS_Metabox_Instructors::configure()
Configure the metabox
Contents
Return Return
(void)
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';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.13.0 | Introduced. |