LLMS_Meta_Box_Email_Settings::configure()
Configure the metabox settings.
Contents
Return Return
(void)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.email.settings.php
public function configure() {
$this->id = 'lifterlms-email';
$this->title = __( 'Email Settings', 'lifterlms' );
$this->screens = array(
'llms_email',
);
$this->priority = 'high';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.1.4 | Unknown. |
| 3.0.0 | Introduced. |