Control_Base
Class Control_Base
Source
File: inc/admin/metabox/controls/control_base.php
Expand full source code Collapse full source code View on Github
Methods
- __construct — Control_Base constructor.
- get_value — Get the value.
- render — Render function for the control.
- render_content — Render control.
- render_label — Render control label.
- sanitize_value — Sanitize the value.
- save — Save control data.
- should_render — Determine if a control should be visible or not.