replace deprecated woocommerce function
This commit is contained in:
parent
eb3e432d54
commit
2682bccc81
|
@ -38,7 +38,7 @@ $sidebar_pos = get_theme_mod('understrap_sidebar_position');
|
||||||
|
|
||||||
//For ANY product archive.
|
//For ANY product archive.
|
||||||
//Product taxonomy, product search or /shop landing page etc.
|
//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