WP_Customize_Control::link
Renders the data link attribute for the control's input element.
Method of the class: WP_Customize_Control{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WP_Customize_Control = new WP_Customize_Control(); $WP_Customize_Control->link( $setting_key );
- $setting_key(string)
- Default
'default'.
Default:'default'
Changelog
| Since 3.4.0 | Introduced. |
WP_Customize_Control::link() WP Customize Control::link code WP 7.0
public function link( $setting_key = 'default' ) {
echo $this->get_link( $setting_key );
}