apply_filters( 'llms_install_get_pages', array $pages )
Filters the essential starter pages.
Description Description
These are the pages that are going to be created when installing LifterLMS.
All these pages, as long as their docs_url, description and wizard_title fields are defined, are going to be shown in the Setup Wizard.
Parameters Parameters
- $pages
-
(array) A multidimensional array defining the essential starter pages.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 7.3.0 | Introduced. |