0 ? get_permalink( $posts_page_id ) : home_url( '/blog/' );
$test1_header_action_url = function_exists( 'wc_get_cart_url' ) ? wc_get_cart_url() : home_url( '/cart/' );
$test1_header_mode = 'link';
if ( ! $blog_url ) {
$blog_url = home_url( '/blog/' );
}
$test1_header_action_label = __( 'Корзина', 'twentytwentyfour' );
$test1_header_args = array(
'body_class' => 'test1-shared-shell test1-shared-blog-single-page',
'header_action_url' => $test1_header_action_url,
'header_action_label' => $test1_header_action_label,
'header_mode' => $test1_header_mode,
);
get_header( 'test1', $test1_header_args );
?>