?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/numerik/wp-content/themes/blackdsn/template-parts/header/content/
Upload File :
Current File : /home/rankinh/numerik/wp-content/themes/blackdsn/template-parts/header/content/header-title.php

<?php

$args = wp_parse_args( $args, [
	'shortcode' => blackdsn_doc_elementor()
] );

/**
 * @var $shortcode \DesignGrid\DsnDocElementor
 */
$shortcode = $args['shortcode'];

$widget = $shortcode->getWidgetBase();


if ( ! $title_page = blackdsn_custom_title() )
	return;


$widget->add_render_attribute( 'title', [
	'class'         => 'title',
	'data-dsn-ajax' => 'title'
] );

if(blackdsn_is_shop())
    $widget->add_render_attribute( 'title', [
        'class'         => 'mb-section'
    ] );

?>

<div id="hero_title">
	<?php printf( '<h1 %1$s >%2$s</h1>', $widget->get_render_attribute_string( 'title' ), $title_page ) ?>
</div>