Skip to content

Instantly share code, notes, and snippets.

@matthijs166
Created October 16, 2017 13:28
Show Gist options
  • Save matthijs166/43be0a9a46c17fbd7363c1082cbcbbf6 to your computer and use it in GitHub Desktop.
Save matthijs166/43be0a9a46c17fbd7363c1082cbcbbf6 to your computer and use it in GitHub Desktop.
Woocomecre decleare 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