Astra_Customizer::get_control_link( array $id )

Get the Link for Control.


Description


Parameters

$id

(array) (Required) Control ID.


Source

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

		public static function get_control_link( $id ) {
			if ( isset( $id ) ) {
				return 'data-customize-setting-link="' . $id . '"';
			} else {
				return 'data-customize-setting-key-link="default"';
			}
		}

Changelog

Changelog
Version Description
3.0.0 Introduced.


User Contributed Notes

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