Updated Declaring WooCommerce support in themes (markdown)

Mike Jolley 2018-03-08 15:58:19 +00:00
parent d5d173ba2a
commit 59e8f6b790
1 changed files with 1 additions and 1 deletions

@ -31,7 +31,7 @@ function mytheme_add_woocommerce_support() {
),
) );
}
add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' )
add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' );
```
These are optional theme settings that you can set when declaring WooCommerce support.