File "Title-20250113094140.php"
Full Path: /home/pumpbmko/public_html/wp-content/themes/momota/lib/kubio-themebase/src/Components/InnerHeader/Title-20250113094140.php
File size: 434 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Kubio\Theme\Components\InnerHeader;
use ColibriWP\Theme\View;
class Title extends \ColibriWP\Theme\Components\InnerHeader\Title {
protected static $settings_prefix = 'header.title.';
public function renderContent( $parameters = array() ) {
if ( $this->mod( static::$settings_prefix . 'show', true ) ) {
View::partial(
'header',
'title',
array(
'component' => $this,
)
);
}
}
}