AlkantarClanX12

Your IP : 3.144.114.8


Current Path : /home/thanudqk/128shen.com/wp-content/themes/darcie/template-parts/hero-content/
Upload File :
Current File : /home/thanudqk/128shen.com/wp-content/themes/darcie/template-parts/hero-content/content-hero.php

<?php
/**
 * The template used for displaying hero content
 *
 * @package Darcie
 */

$enable_section = get_theme_mod( 'darcie_hero_content_visibility', 'disabled' );

if ( ! darcie_check_section( $enable_section ) ) {
	// Bail if hero content is not enabled
	return;
}

get_template_part( 'template-parts/hero-content/post-type-hero' );