File "PenControl-20250112144733-20250123172332.php"

Full Path: /home/pumpbmko/public_html/themes/momota/lib/colibriwp/src/Customizer/Controls/PenControl-20250112144733-20250123172332.php
File size: 226 bytes
MIME-type: text/x-php
Charset: utf-8

<?php


namespace ColibriWP\Theme\Customizer\Controls;

class PenControl extends ColibriControl {

	public $type = 'colibri-pen';

	protected function content_template() {
		?>
		<div class="control-focus"></div>
		<?php
	}
}