/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


add_action('template_redirect', function() {
    if (isset($_GET['direct-checkout']) && $_GET['direct-checkout'] == '1') {
        wp_safe_redirect(wc_get_checkout_url());
        exit;
    }
});
