Skip to content

Instantly share code, notes, and snippets.

@jhouedanou
Created July 31, 2018 18:12
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 jhouedanou/fc8cbfe4439d39d42c8a1609b4895167 to your computer and use it in GitHub Desktop.
Save jhouedanou/fc8cbfe4439d39d42c8a1609b4895167 to your computer and use it in GitHub Desktop.
<?php
$bodyclass = get_body_class();
if (in_array('woocommerce-page',$bodyclass)) {?>
<!--contenu reservé à woocommerce-->
<?php
} else {
?>
<!--contenu normal-->
<?php
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment