Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Admin_Metabox::get_screens()
Normalizes $this->screens to ensure it’s an array.
Contents
Return Return
(array)
Source Source
File: includes/abstracts/abstract.llms.admin.metabox.php
* @return array */ abstract public function get_fields(); /** * Normalizes $this->screens to ensure it's an array.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.12 | Remove unnecessary else condition. |
3.0.0 | Introduced. |