WP_Customize_Control::content_template

Advertisement

Summery Summery

An Underscore (JS) template for this control’s content (but not its container).

Syntax Syntax

WP_Customize_Control::content_template()

Description Description

Class variables for this control class are available in the data JS object; export custom variables by overriding WP_Customize_Control::to_json().

Source Source

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

	protected function content_template() {}

Advertisement

Changelog Changelog

Changelog
Version Description
4.1.0 Introduced.

See also See also

Advertisement

Leave a Reply