Base_Customizer
Customizer module base.
Source
File: inc/customizer/base_customizer.php
Expand full source code Collapse full source code View on Github
Methods
- add_boxed_layout_controls — Function to add controls that form the boxed layout.
- add_control — Add the controls to load.
- add_controls — Function that should be extended to add customizer controls.
- add_panel — Add the panels to load.
- add_partial — Add the partials to load.
- add_section — Add the sections to load.
- after_add_controls — Hook after controls are defined.
- change_controls — Change controls function.
- change_customizer_object — Change a customizer object.
- get_customizer_object — Get customizer object.
- init — Base initialization.
- register_controls — Register all the defined controls.
- register_controls_callback — The function tied to customize_register.
- register_panels — Register all the defined sections.
- register_partials — Register all the defined controls.
- register_sections — Register all the defined sections.
- register_type — Add types that will be registered for .
- register_types — Register control types defined to work with Underscores template.
- set_selective_refresh — Check selective refresh.