LLMS_Admin_Setup_Wizard::__construct()
Constructor
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.setup.wizard.php
'intro' => array( 'title' => esc_html__( 'Welcome!', 'lifterlms' ), 'save' => esc_html__( 'Save & Continue', 'lifterlms' ), 'skip' => esc_html__( 'Skip this step', 'lifterlms' ), ), 'pages' => array( 'title' => esc_html__( 'Page Setup', 'lifterlms' ), 'save' => esc_html__( 'Save & Continue', 'lifterlms' ), 'skip' => esc_html__( 'Skip this step', 'lifterlms' ), ), 'payments' => array( 'title' => esc_html__( 'Payments', 'lifterlms' ), 'save' => esc_html__( 'Save & Continue', 'lifterlms' ), 'skip' => esc_html__( 'Skip this step', 'lifterlms' ), ), 'coupon' => array( 'title' => esc_html__( 'Coupon', 'lifterlms' ), 'save' => esc_html__( 'Allow', 'lifterlms' ), 'skip' => esc_html__( 'No thanks', 'lifterlms' ), ), 'finish' => array( 'title' => esc_html__( 'Finish!', 'lifterlms' ), 'save' => esc_html__( 'Import Courses', 'lifterlms' ), 'skip' => esc_html__( 'Skip this step', 'lifterlms' ), ), );
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.4.4 | Remove output of inline scripts. |
3.0.0 | Introduced. |