Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clifgriffin/3794b001d38e265a17ea64d429374e7f to your computer and use it in GitHub Desktop.
Save clifgriffin/3794b001d38e265a17ea64d429374e7f to your computer and use it in GitHub Desktop.
<?php
add_filter(
'cfw_disable_side_cart',
function() {
return boolval( preg_match( "/^\/the-page-slug/", $_SERVER['REQUEST_URI'] ) );
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment