Created
April 25, 2018 15:33
-
-
Save AnkanSoul/efa80038f460b3e1ff40fa9cd1e5645f to your computer and use it in GitHub Desktop.
Woocommerce Activation
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
| ================page.php rename by woocommerce.php============ | |
| <?php | |
| if ( have_posts() ) : | |
| woocommerce_content(); | |
| endif; | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment