300, )); } endif; add_action('after_setup_theme', 'kushak_woocommerce_setup'); if( !function_exists('kushak_woocommerce_before_main_content') ): // Before Main Content woocommerce hook function kushak_woocommerce_before_main_content(){ echo '
'; echo '
'; } endif; if( class_exists('WooCommerce') ){ add_action('woocommerce_before_main_content', 'kushak_woocommerce_before_main_content', 5); } if( !function_exists('kushak_woocommerce_after_main_content') ): // After Main Content woocommerce hook function kushak_woocommerce_after_main_content(){ ?>