Skip to content

Instantly share code, notes, and snippets.

/**
* Plugin Name: Swap Checkout Billing and Shipping
* Description: Puts billing address above shipping address in WooCommerce Blocks checkout
* Version: 2.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}