WP_Customize_Control::link( string $setting_key = 'default' )

Render the data link attribute for the control’s input element.


Description Description


Parameters Parameters

$setting_key

(string) (Optional)

Default value: 'default'


Top ↑

Source Source

File: wp-includes/class-wp-customize-control.php

	public function link( $setting_key = 'default' ) {
		echo $this->get_link( $setting_key );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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