LLMS_Admin_Setup_Wizard::save_pages()
Save the “Pages” creation step
Return Return
(WP_Error|boolean) Returns true on success otherwise returns a WP_Error.
Source Source
File: includes/admin/class.llms.admin.setup.wizard.php
protected function save_pages() {
return LLMS_Install::create_pages() ? true : new WP_Error( 'llms-setup-pages-save', esc_html__( 'There was an error saving your data, please try again.', 'lifterlms' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 4.8.0 | Introduced. |