WP_Customize_Control::link( string $setting_key = ‘default’ )

In this article

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

Parameters

$setting_keystringoptional

Default:'default'

Source

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

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

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