Merge pull request #133 from stef-k/woocommerce-support
replace deprecated woocommerce function - Thx @stef-k
This commit is contained in:
commit
165d9b77cb
|
@ -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');
|
||||
|
||||
}
|
||||
?>
|
||||
|
|
Reference in New Issue