LLMS_Meta_Box_Product::configure()
Configure the metabox settings
Contents
Return Return
(void)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.product.php
public function configure() { $this->id = 'lifterlms-product'; $this->title = __( 'Access Plans', 'lifterlms' ); $this->screens = array( 'course', 'llms_membership', ); $this->priority = 'high'; // Output PHP variables for JS access. add_action( 'admin_print_footer_scripts', array( $this, 'localize_js' ), 9 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.30.3 | Adjusted localization priority to 9. |
3.0.0 | Introduced. |