Returns the element type settings sections.
Description
See also
Return
(array) Element type settings sections.
Source
File: src/db-objects/elements/element-types/element-type.php
public function get_settings_sections() { return $this->settings_sections; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |