Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save clifgriffin/3794b001d38e265a17ea64d429374e7f to your computer and use it in GitHub Desktop.

Select an option

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