Created
October 3, 2022 09:36
-
-
Save pramodjodhani/372dfa1df4837dca7d1dba06bcb6d244 to your computer and use it in GitHub Desktop.
Fix issue with Blocksy theme
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 | |
| add_action( | |
| 'init', | |
| function() { | |
| $GLOBALS['ct_skip_checkout'] = 1; | |
| } | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment