File "Image.php"
Full Path: /home/pumpbmko/public_html/themes/momota/lib/kubio-themebase/src/Components/FrontHeader/Image.php
File size: 307 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Kubio\Theme\Components\FrontHeader;
use ColibriWP\Theme\Components\FrontHeader\Image as BaseImage;
use ColibriWP\Theme\View;
class Image extends BaseImage {
protected static $settings_prefix = 'front-header.hero.image.';
protected static $selector = '.wp-block-kubio-hero';
}