Skip to content

Instantly share code, notes, and snippets.

@rubel306
Created November 13, 2018 15:15
Show Gist options
  • Save rubel306/2a52586c546fa07810ba3c55db650d0d to your computer and use it in GitHub Desktop.
Save rubel306/2a52586c546fa07810ba3c55db650d0d to your computer and use it in GitHub Desktop.
// WooCommerce Theme 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