function show_woo_easter() {
return true;
}
add_filter( 'storefront_make_me_cute' , 'show_woo_easter' );
Add the code to the functions.php
file inside a Storefront’s theme folder and be surprised ?
function show_woo_easter() {
return true;
}
add_filter( 'storefront_make_me_cute' , 'show_woo_easter' );
Add the code to the functions.php
file inside a Storefront’s theme folder and be surprised ?