OBW: Offer Storefront when WP 5.0 default theme is active

Because the OBW hadn't been updated to consider Twenty Nineteen a default theme, Storefront was omitted from the 'Recommended' step on the basis of Twenty Nineteen's WooCommerce support.
This commit is contained in:
Paul Dechov 2019-02-04 09:58:39 -05:00
parent 0f731d9c3f
commit 4164305b3c
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ class WC_Admin_Setup_Wizard {
protected function is_default_theme() {
return wc_is_active_theme(
array(
'twentynineteen',
'twentyseventeen',
'twentysixteen',
'twentyfifteen',