/*
 Theme Name:   Weiboo Child
 Theme URI:    https://reactheme.com/products/wordpress/weiboo
 Description:  Weiboo Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     weiboo
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

// Force redirect to cart after add to cart
add_filter( 'woocommerce_add_to_cart_redirect', 'weiboo_redirect_to_cart' );
function weiboo_redirect_to_cart() {
    return wc_get_cart_url();
}
