Produktowe

$site_logo = Village::get_theme_mod( "site_footer_logo", null ); if ( $site_logo && is_array( $site_logo ) && ! empty( $site_logo['url'] ) ) { $header['style']['height'] = $site_logo['height'] . 'px'; $site_logo = $site_logo['url']; } else { $site_logo = null; } $site_title = get_bloginfo( 'name' ); ?>