/**
* Top Store functions and definitions
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package Top Store
* @since 1.0.0
*/
/**
* Theme functions and definitions
*/
if ( ! function_exists( 'top_store_pro_setup' ) ) :
define( 'TOP_STORE_THEME_VERSION','1.7.5');
define( 'TOP_STORE_THEME_DIR', get_template_directory() . '/' );
define( 'TOP_STORE_THEME_URI', get_template_directory_uri() . '/' );
define( 'TOP_STORE_THEME_SETTINGS', 'top-store-settings' );
/**
* Sets up theme defaults and registers support for various WordPress features.
*
* Note that this function is hooked into the after_top_store_pro_setup_theme hook, which
* runs before the init hook. The init hook is too late for some features, such
* as indicating support for post thumbnails.
*/
function top_store_pro_setup(){
/*
* Make theme available for translation.
*/
load_theme_textdomain( 'top-store-pro', get_template_directory() . '/languages' );
// Add default posts and comments RSS feed links to head.
add_theme_support( 'automatic-feed-links' );
/*
* Let WordPress manage the document title.
* By adding theme support, we declare that this theme does not use a
* hard-coded
tag in the document head, and expect WordPress to
* provide it for us.
*/
add_theme_support( 'title-tag' );
/*
* Enable support for Post Thumbnails on posts and pages.
*
* @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/
*/
add_theme_support( 'post-thumbnails' );
/*
* Switch default core markup for search form, comment form, and comments
* to output valid HTML5.
*/
add_theme_support( 'html5', array(
'comment-form',
'comment-list',
'gallery',
'caption',
) );
add_theme_support( 'woocommerce' );
// Add support for Block Styles.
add_theme_support( 'wp-block-styles' );
// Add support for full and wide align images.
add_theme_support( 'align-wide' );
// Add support for editor styles.
add_theme_support( 'editor-styles' );
add_editor_style( 'editor.css' );
// Enqueue editor styles.
add_editor_style( 'style-editor.css' );
// Add support for responsive embedded content.
add_theme_support( 'responsive-embeds' );
add_theme_support( 'custom-spacing' );
// Add theme support for selective refresh for widgets.
add_theme_support( 'customize-selective-refresh-widgets' );
// Remove theme support for widget block editor
// remove_theme_support( 'widgets-block-editor' );
/**
* Add support for core custom logo.
*/
add_theme_support( 'custom-logo', array(
'height' => 250,
'width' => 250,
'flex-width' => true,
'flex-height' => true,
) );
// Add support for Custom Header.
add_theme_support( 'custom-header',
apply_filters( 'top_store_custom_header_args', array(
'default-image' => '',
'flex-height' => true,
'header-text' => false,
'video' => false,
)
) );
// Add support for Custom Background.
if(get_theme_mod('top_store_color_scheme','opn-light')=='opn-dark'){
$args = array(
'default-color' => '2f2f2f',
);
}else{
$args = array(
'default-color' => 'f1f1f1',
);
}
add_theme_support( 'custom-background',$args );
$GLOBALS['content_width'] = apply_filters( 'top_store_content_width', 640 );
add_theme_support( 'woocommerce', array(
'thumbnail_image_width' => 320,
) );
// Recommend plugins
add_theme_support( 'plugins', array(
'vayu-blocks' => array(
'name' => esc_html__( 'Vayu blocks For Gutenberg', 'top-store-pro' ),
'img' => 'icon-128x128.png',
'pro_link' =>'',
'active_filename' => 'vayu-blocks/vayu-blocks.php',
),
'th-advance-product-search' => array(
'name' => esc_html__( 'Th Advance Product Search', 'top-store-pro' ),
'img' => 'icon-128x128.gif',
'pro_link' => esc_url('https://themehunk.com/advance-product-search/'),
'active_filename' => 'th-advance-product-search/th-advance-product-search.php',
'pro-plugin' => array('slug'=>'th-advance-product-search-pro',
'init'=>'th-advance-product-search-pro/th-advance-product-search-pro.php',
'admin_link'=>'th-advance-product-search-pro',
'docs'=>esc_url('https://themehunk.com/docs/th-advance-product-search/'),
)
),
'th-all-in-one-woo-cart' => array(
'name' => esc_html__( 'Th All In One Woo Cart', 'top-store-pro' ),
'img' => 'icon-128x128.gif',
'pro_link' => esc_url('https://themehunk.com/th-all-in-one-woo-cart/'),
'active_filename' => 'th-all-in-one-woo-cart/th-all-in-one-woo-cart.php',
'pro-plugin' => array('slug'=>'th-all-in-one-woo-cart-pro',
'init'=>'th-all-in-one-woo-cart-pro/th-all-in-one-woo-cart-pro.php',
'admin_link'=>'th-all-in-one-woo-cart-pro',
'docs'=>esc_url('https://themehunk.com/docs/th-all-in-one-woo-cart/'),
)
),
'th-product-compare' => array(
'name' => esc_html__( 'Th Product Compare', 'top-store-pro' ),
'img' => 'icon-128x128.gif',
'pro_link' => esc_url('https://themehunk.com/th-product-compare/'),
'active_filename' => 'th-product-compare/th-product-compare.php',
'pro-plugin' => array('slug'=>'th-product-compare-pro',
'init'=>'th-product-compare-pro/th-product-compare-pro.php',
'admin_link'=>'th-product-compare-pro',
'docs'=>esc_url('https://themehunk.com/docs/th-product-compare/'),
)
),
'th-wishlist' => array(
'name' => esc_html__( 'TH Wishlist for WooCommerce', 'top-store-pro' ),
'img' => 'icon-128x128.gif',
'pro_link' => '',
'active_filename' => 'th-wishlist/th-wishlist.php',
),
'lead-form-builder' => array(
'name' => esc_html__( 'Lead Form Builder', 'top-store-pro' ),
'img' => 'icon-128x128.png',
'pro_link' => esc_url('https://themehunk.com/product/lead-form-builder-pro/'),
'active_filename' => 'lead-form-builder/lead-form-builder.php',
'pro-plugin' => array('slug'=>'lead-form-builder',
'init'=>'lead-form-builder/init.php',
'admin_link'=>'wplf-plugin-menu',
'docs'=>esc_url('https://themehunk.com/docs/lead-form-builder-pro/'),
)
),
'th-variation-swatches' => array(
'name' => esc_html__( 'Th Variation Swatches', 'top-store-pro' ),
'img' => 'icon-128x128.gif',
'pro_link' => esc_url('https://themehunk.com/th-variation-swatches/'),
'active_filename' => 'th-variation-swatches/th-variation-swatches.php',
'pro-plugin' => array('slug'=>'th-variation-swatches',
'init'=>'th-variation-swatches-pro/th-variation-swatches-pro.php',
'admin_link'=>'th-variation-swatches',
'docs'=>esc_url('https://themehunk.com/docs/th-variation-swatches-plugin/'),
)
),
'wp-popup-builder' => array(
'name' => esc_html__( 'WP Popup Builder – Popup Forms & Newsletter', 'top-store-pro' ),
'img' => 'icon-128x128.png',
'pro_link' => esc_url('https://themehunk.com/wp-popup-builder-pro/'),
'active_filename' => 'wp-popup-builder/wp-popup-builder.php',
'pro-plugin' => array('slug'=>'wp-popup-builder',
'init'=>'wp-popup-builder-pro/wp-popup-builder.php',
'admin_link'=>'wppb',
'docs'=>esc_url('https://themehunk.com/docs/wp-popup-builder-pro/'),
)
),
) );
}
endif;
add_action( 'after_setup_theme', 'top_store_pro_setup' );
/**
* Set the content width in pixels, based on the theme's design and stylesheet.
*
* Priority 0 to make it available to lower priority callbacks.
*/
/**
* Register widget area.
*/
function top_store_pro_widgets_init(){
register_sidebar( array(
'name' => esc_html__( 'Primary Sidebar', 'top-store-pro' ),
'id' => 'sidebar-1',
'description' => esc_html__( 'Add widgets here to appear in your primary sidebar.', 'top-store-pro' ),
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '
',
'after_title' => '
',
) );
register_sidebar( array(
'name' => esc_html__( 'Secondary Sidebar', 'top-store-pro' ),
'id' => 'sidebar-2',
'description' => esc_html__( 'Add widgets here to appear in your secondary sidebar.', 'top-store-pro' ),
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '
',
'after_title' => '
',
) );
register_sidebar(array(
'name' => esc_html__( 'Above Header First Widget', 'top-store-pro' ),
'id' => 'top-header-widget-col1',
'description' => esc_html__( 'Add widgets here to appear in top header.', 'top-store-pro' ),
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '
',
'after_title' => '
',
) );
register_sidebar(array(
'name' => esc_html__( 'Above Header Second Widget', 'top-store-pro' ),
'id' => 'top-header-widget-col2',
'description' => esc_html__( 'Add widgets here to appear in top header.', 'top-store-pro' ),
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '
',
'after_title' => '
',
) );
register_sidebar(array(
'name' => esc_html__( 'Above Header Third Widget', 'top-store-pro' ),
'id' => 'top-header-widget-col3',
'description' => esc_html__( 'Add widgets here to appear in top header.', 'top-store-pro' ),
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '
',
'after_title' => '
',
) );
register_sidebar(array(
'name' => esc_html__( 'Main Header Widget', 'top-store-pro' ),
'id' => 'main-header-widget',
'description' => esc_html__( 'Add widgets here to appear in main header.', 'top-store-pro' ),
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '
',
'after_title' => '
',
) );
register_sidebar(array(
'name' => esc_html__( 'Footer Top First Widget', 'top-store-pro' ),
'id' => 'footer-top-first',
'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store-pro' ),
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '
',
'after_title' => '
',
) );
register_sidebar(array(
'name' => esc_html__( 'Footer Top Second Widget', 'top-store-pro' ),
'id' => 'footer-top-second',
'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store-pro' ),
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '
',
'after_title' => '
',
) );
register_sidebar(array(
'name' => esc_html__( 'Footer Top Third Widget', 'top-store-pro' ),
'id' => 'footer-top-third',
'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store-pro' ),
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '
',
'after_title' => '
',
) );
register_sidebar(array(
'name' => esc_html__( 'Footer Below First Widget', 'top-store-pro' ),
'id' => 'footer-below-first',
'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store-pro' ),
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '
',
'after_title' => '
',
) );
register_sidebar(array(
'name' => esc_html__( 'Footer Below Second Widget', 'top-store-pro' ),
'id' => 'footer-below-second',
'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store-pro' ),
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '
',
'after_title' => '
',
) );
register_sidebar(array(
'name' => esc_html__( 'Footer Below Third Widget', 'top-store-pro' ),
'id' => 'footer-below-third',
'description' => esc_html__( 'Add widgets here to appear in top footer.', 'top-store-pro' ),
'before_widget' => '