LLMS_Metabox_Course_Builder::configure()

Configure the metabox settings


Return Return

(void)


Top ↑

Source Source

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

28
29
30
31
32
33
34
35
36
37
38
39
public function configure() {
 
    $this->id         = 'course_builder';
    $this->title      = __( 'Course Builder', 'lifterlms' );
    $this->screens    = array(
        'course',
        'lesson',
    );
    $this->context    = 'side';
    $this->capability = 'edit_course';
 
}

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.