This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: GigaCompounds Headless Checkout Bridge | |
| * Description: Native WC checkout bridge for headless Next.js storefront. | |
| * Version: 6.6 | |
| * | |
| * Upload this file to: wp-content/mu-plugins/gc-headless-checkout.php | |
| * | |
| * Also add to wp-config.php: | |
| * define('GCBRIDGE_SECRET', 'your_shared_secret_here'); |