* @license http://www.gnu.org/licenses/gpl-2.0.html * @link https://github.com/maddisondesigns */ class Blog_Content_Toggle_Checkbox_Custom_control extends WP_Customize_Control { /** * The type of control being rendered */ public $type = 'toggle_switch'; /** * Render the control in the customizer */ public function render_content() { ?>