Last active
July 9, 2019 13:54
-
-
Save bowatts/0d018e6c9c2bfd3b7dd7 to your computer and use it in GitHub Desktop.
woocommerce shortcode featured
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (class_exists('Woocommerce')) { | |
echo do_shortcode( '[product_category category="products" columns="3"]' ); | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment