Base_Customizer::change_customizer_object( string $type, string $id, string $property, string|integer|array $value )
Change a customizer object.
Parameters
- $type
-
(Required) object type [ section, control, setting, panel ].
- $id
-
(Required) id of object.
- $property
-
(Required) property to change.
- $value
-
(Required) the value.
Source
File: inc/customizer/base_customizer.php
Expand full source code Collapse full source code View on Github