esc_html__( 'Main menu', 'cafe-cafeteria' ), )); add_theme_support( 'align-wide' ); add_theme_support( 'woocommerce' ); add_theme_support('title-tag'); add_theme_support('automatic-feed-links'); add_theme_support('post-thumbnails'); add_theme_support( "responsive-embeds" ); add_theme_support( 'custom-background', array( 'default-color' => 'ffffff' )); add_theme_support( 'custom-logo', array( 'height' => 70, 'width' => 70, ) ); add_theme_support( 'custom-header', array( 'width' => 1920, 'height' => 100 )); add_editor_style( array( '/css/editor-style.css' ) ); } add_action( 'after_setup_theme', 'cafe_cafeteria_after_setup_theme', 999 ); } require get_template_directory() .'/core/includes/main.php'; require get_template_directory() .'/core/includes/tgm.php'; require get_template_directory() . '/core/includes/customizer.php'; load_template( trailingslashit( get_template_directory() ) . '/core/includes/class-upgrade-pro.php' ); /*-----------------------------------------------------------------------------------*/ /* Get post comments */ /*-----------------------------------------------------------------------------------*/ if (!function_exists('cafe_cafeteria_comment')) : /** * Template for comments and pingbacks. * * Used as a callback by wp_list_comments() for displaying the comments. */ function cafe_cafeteria_comment($comment, $args, $depth){ if ('pingback' == $comment->comment_type || 'trackback' == $comment->comment_type) : ?>
cart->get_cart_contents_count() ));?>
remove_control('display_header_text'); $wp_customize->remove_setting('display_header_text'); } add_action( 'customize_register', 'cafe_cafeteria_remove_sections'); //redirect Function cafe_cafeteria_notice(){ global $pagenow; if ( is_admin() && ('themes.php' == $pagenow) && isset( $_GET['activated'] ) ) { wp_safe_redirect( admin_url("themes.php?page=cafe-cafeteria-guide-page") ); } } add_action('after_setup_theme', 'cafe_cafeteria_notice'); ?>