Radio_Image::render_content()
This method overrides the default render so that nothing is rendered.
Description
Previously it would try to put an input element where the value was esc_attr()
This would trigger notices in PHP It is not required to have a render as it is being handled by React.
Source
File: inc/customizer/controls/react/radio_image.php
Expand full source code Collapse full source code View on Github