Merge pull request #133 from stef-k/woocommerce-support

replace deprecated woocommerce function - Thx @stef-k
This commit is contained in:
Holger 2016-11-15 15:08:01 +01:00 committed by GitHub
commit 165d9b77cb
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ $sidebar_pos = get_theme_mod('understrap_sidebar_position');
//For ANY product archive.
//Product taxonomy, product search or /shop landing page etc.
woocommerce_get_template('archive-product.php');
wc_get_template('archive-product.php');
}
?>