Skip to content

Instantly share code, notes, and snippets.

@furenku
Created June 15, 2016 02:13
Show Gist options
  • Save furenku/935e6630ae387030de5dd7221e138684 to your computer and use it in GitHub Desktop.
Save furenku/935e6630ae387030de5dd7221e138684 to your computer and use it in GitHub Desktop.
integracion wp
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