replace deprecated woocommerce function

This commit is contained in:
Stef Kariotidis 2016-11-15 13:22:20 +02:00
parent eb3e432d54
commit 2682bccc81
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');
}
?>