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.


Top ↑

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', __( 'There was an error saving your data, please try again.', 'lifterlms' ) );

	}


Top ↑

Changelog Changelog

Changelog
Version Description
4.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.