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::get_dependency_arr()

Get dependency Array.


Description


Return

(Array) Dependencies discovered when registering controls and settings.


Source

File: inc/customizer/class-astra-customizer.php

	                	if( desc.length) {
	                    	var title 		= ctrl.container.find(".customize-control-title");
	                    	var li_wrapper 	= desc.closest("li");

Changelog

Changelog
Version Description
1.4.3 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.