LLMS_Meta_Box_Course_Options::configure()

Configure the metabox settings


Return Return

(void)


Top ↑

Source Source

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

28
29
30
31
32
33
34
35
* @since  3.0.0
 */
public function configure() {
 
    $this->id       = 'lifterlms-course-options';
    $this->title    = __( 'Course Options', 'lifterlms' );
    $this->screens  = 'course';
    $this->priority = 'high';

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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