How to declare WooCommerce support in your theme

Digging into the code that generates the notification (current_theme_supports('woocommerce')) gives the answer: place add_theme_support( 'woocommerce' ); in your functions.php

simple!

Leave a Comment