Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save IacopoC/f1cb8bef1e8cddf4f6446082b20b7dc1 to your computer and use it in GitHub Desktop.
Save IacopoC/f1cb8bef1e8cddf4f6446082b20b7dc1 to your computer and use it in GitHub Desktop.
<?php
// return true if we are in the cart page
is_cart();
// return true if we are in the checkout page
is_checkout();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment