Skip to content

Instantly share code, notes, and snippets.

@spraveenitpro
Created December 9, 2015 05:22
Show Gist options
  • Save spraveenitpro/8f82dffe41e44fc640e3 to your computer and use it in GitHub Desktop.
Save spraveenitpro/8f82dffe41e44fc640e3 to your computer and use it in GitHub Desktop.
Declare WooCommerce Support
add_action( 'after_setup_theme', 'woocommerce_support' );
function woocommerce_support() {
add_theme_support( 'woocommerce' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment