Base_Customizer::get_customizer_object( string $type, string $id )
Get customizer object.
Parameters
- $type
-
(Required) object type [ section, control, setting, panel ].
- $id
-
(Required) the id of the customizer object.
Return
(mixed|null)
Source
File: inc/customizer/base_customizer.php
Expand full source code Collapse full source code View on Github