__( 'Main Menu', 'klasik' ) ) ); remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 ); //This theme support woocommerce now. add_theme_support( 'woocommerce' ); } endif; if ( ! function_exists( 'klasik_theme_support' ) ): function klasik_theme_support() { $args = ""; add_theme_support( 'custom-header', $args ); add_theme_support( 'custom-background', $args ); } endif;