/** * travelWP functions and definitions. * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package travelWP */ // Constants: Folder directories/uri's define( 'TRAVELWP_THEME_DIR', trailingslashit( get_template_directory() ) ); define( 'TRAVELWP_THEME_URI', trailingslashit( get_template_directory_uri() ) ); define( 'TRAVELWP_THEME_VERSION', '2.1.5' ); /** * Theme Includes */ require_once TRAVELWP_THEME_DIR . '/inc/init.php'; // if ( class_exists( 'PC' ) && class_exists( 'Physc_Vc_Addon' ) ) { deactivate_plugins( 'physc-vc-addon/physc-vc-addon.php' ); } add_filter('tour_booking_default_product_tabs', function ($tabs) { $tour_id = get_the_ID(); $title = get_post_meta($tour_id, 'phys_tour_faq_title', true); $fields = get_post_meta($tour_id, 'phys_tour_faq_options', true); $fields = json_decode($fields, true); if (!empty($fields) && is_array($fields)) { $tabs['faq'] = [ 'title' => __('FAQ', 'your-textdomain'), 'priority' => 30, 'callback' => 'travelwp_tour_faq_tab_content', ]; } return $tabs; }); function travelwp_tour_faq_tab_content(){ tb_get_file_template('single-tour/faq.php'); } // Prevent WooCommerce from forcing quantity to 1 add_filter( 'woocommerce_add_to_cart_validation', 'allow_zero_quantity_add_to_cart', 10, 3 ); function allow_zero_quantity_add_to_cart( $passed, $product_id, $quantity ) { $product = wc_get_product( $product_id ); if ( $product && $product->is_type('simple') ) { // Allow adding 0 quantity without forcing 1 if ( $quantity == 0 ) { // Remove the item from cart instead of forcing 1 wc_add_notice( 'You have not selected any quantity.', 'notice' ); return false; // Stop adding to cart } } return $passed; } https://adeevatourism.com/post-sitemap1.xml 2026-04-21T07:44:38+00:00 https://adeevatourism.com/post-sitemap2.xml 2026-04-21T07:44:38+00:00 https://adeevatourism.com/post-sitemap3.xml 2026-04-21T07:44:38+00:00 https://adeevatourism.com/post-sitemap4.xml 2026-04-21T07:44:38+00:00 https://adeevatourism.com/post-sitemap5.xml 2026-04-21T07:44:38+00:00 https://adeevatourism.com/post-sitemap6.xml 2026-04-21T07:44:38+00:00 https://adeevatourism.com/post-sitemap7.xml 2026-04-21T07:44:38+00:00 https://adeevatourism.com/page-sitemap1.xml 2025-11-04T01:45:41+00:00 https://adeevatourism.com/category-sitemap1.xml 2026-04-21T15:16:02+00:00 https://adeevatourism.com/post_tag-sitemap1.xml 2026-04-21T15:16:02+00:00