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

Constructor.


Description Description


Parameters Parameters

$manager

(WP_Customize_Manager) (Required) WP_Customize_Manager instance.


Top ↑

Source Source

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

				break;
		}
	}

	/**
	 * Render the control's JS template.
	 *
	 * This function is only run for control types that have been registered with
	 * WP_Customize_Manager::register_control_type().
	 *
	 * In the future, this will also print the template for the control's container
	 * element and be override-able.
	 *

Top ↑

Changelog Changelog

Changelog
Version Description
4.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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