Skip to content

Instantly share code, notes, and snippets.

@pramodjodhani
Created October 3, 2022 09:36
Show Gist options
  • Save pramodjodhani/372dfa1df4837dca7d1dba06bcb6d244 to your computer and use it in GitHub Desktop.
Save pramodjodhani/372dfa1df4837dca7d1dba06bcb6d244 to your computer and use it in GitHub Desktop.
Fix issue with Blocksy theme
<?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