shkola/wp-content/themes/dekart/inc/helpers.php
2026-05-09 13:34:44 +03:00

9 lines
236 B
PHP

<?php
if ( ! function_exists( 'render_hero_metric' ) ) :
function render_hero_metric( array $metric ): void {
set_query_var( 'hero_metric', $metric );
get_template_part( 'template-parts/hero-metric' );
}
endif;