Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-control.php: WP_Customize_Control::get_link() | Get the data link attribute for a setting. |
Render the data link attribute for the control’s input element.
(string) (Optional)
Default value: 'default'
File: wp-includes/class-wp-customize-control.php
public function link( $setting_key = 'default' ) { echo $this->get_link( $setting_key ); }
Version | Description |
---|---|
3.4.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_control/link