Skip to content

Instantly share code, notes, and snippets.

@marcosnakamine
Last active March 21, 2017 20:03
Show Gist options
  • Save marcosnakamine/93e131b72607be8a1726dd89be09adde to your computer and use it in GitHub Desktop.
Save marcosnakamine/93e131b72607be8a1726dd89be09adde to your computer and use it in GitHub Desktop.
WordPress - Conditional tags
<?php
var_dump('is_shop '.is_shop());
var_dump('is_product '.is_product());
var_dump('is_single '.is_single());
var_dump('is_archive '.is_archive());
var_dump('is_page '.is_page());
var_dump('is_product_category '.is_product_category());
var_dump('is_woocommerce '.is_woocommerce());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment