WP_Customize_Upload_Control::__construct( WP_Customize_Manager $manager, $id, $args = array() )

Constructor.

Parameters

$manager

(WP_Customize_Manager) (Required) WP_Customize_Manager instance.

Source

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

value="<?php echo esc_attr( $this->value() ); ?>"
					<?php endif; ?>
					<?php $this->link(); ?>
					/>
				<?php
				break;
		}
	}

	/**
	 * Render the control's JS template.
	 *
	 * This function is only run for control types that have been registered with

Changelog

Version Description
4.1.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_upload_control/__construct