LLMS_Meta_Box_Email_Settings::configure()

Configure the metabox settings.


Return Return

(void)


Top ↑

Source Source

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

34
35
36
37
38
39
40
41
42
43
public function configure() {
 
    $this->id       = 'lifterlms-email';
    $this->title    = __( 'Email Settings', 'lifterlms' );
    $this->screens  = array(
        'llms_email',
    );
    $this->priority = 'high';
 
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.4 Unknown.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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