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"';
}
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |