This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Astra_Customizer::update_dependency_arr( String $key, Array $dependency )
Update dependency in the dependency array.
Description
Parameters
- $key
-
(String) (Required) name of the Setting/Control for which the dependency is added.
- $dependency
-
(Array) (Required) dependency of the $name Setting/Control.
Return
(void)
Source
File: inc/customizer/class-astra-customizer.php
* * @since 1.0.0 * @return void
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
1.4.3 | Introduced. |