Controls_Stack::init_controls()
Initialize controls.
Description
Register the all controls added by _register_controls()
.
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
Source
includes/base/controls-stack.php
*/ protected function init_controls() { Plugin::$instance->controls_manager->open_stack( $this ); $this->_register_controls();
Uses
- includes/base/controls-stack.php: Controls_Stack::_register_controls()
Used By
- includes/base/controls-stack.php: Controls_Stack::get_stack()