* @copyright Copyright (c) 2021, AeonWP * @link https://aeonwp.com/aeonblog * @license http://www.gnu.org/licenses/gpl-2.0.html * * Radio Image Custom Control * AeonMag 1.0.0 */ if ( ! class_exists( 'WP_Customize_Control' ) ) return NULL; /** * A class to create a imags in customizer */ if( ! class_exists( 'AeonMag_Radio_Image_Control' ) ) { class AeonMag_Radio_Image_Control extends WP_Customize_Control { public $type = 'aeonmag-radio-image'; public function render_content() { $name = '_customize-radio-' . $this->id; ?> label ); ?>