Output the end of a product loop. By default this is a UL.
$echo = true
Sortie :
@param bool $echo Should echo?. @return string
// Utilisation de la fonction woocommerce_product_loop_end
$result = woocommerce_product_loop_end($echo = true);
if ($result) {
// Votre logique ici
}
Chargement des actualités...