WP_Customize_Media_Control::render_content() WordPress Method
The WP_Customize_Media_Control::render_content() method is used to display the content for a media control in the Customizer. The method outputs the control's label, if one is set, and calls the render() method on the control's media control object.
WP_Customize_Media_Control::render_content() #
Don’t render any content for this control from PHP.
Description
See also
Source
File: wp-includes/customize/class-wp-customize-media-control.php
public function render_content() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.2.0 | Moved from WP_Customize_Upload_Control. |
3.4.0 | Introduced. |