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