Updated Declaring WooCommerce support in themes (markdown)
parent
d5d173ba2a
commit
59e8f6b790
|
@ -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.
|
These are optional theme settings that you can set when declaring WooCommerce support.
|
||||||
|
|
Loading…
Reference in New Issue