woocommerce_product_loop_end

FUNCTION woocommerce\includes\wc-template-functions.php (ligne 1181) github
Output the end of a product loop. By default this is a UL.

Paramètres

Entrée :
$echo = true
Sortie :
@param bool $echo Should echo?.
@return string

Utilisation

// Utilisation de la fonction woocommerce_product_loop_end
$result = woocommerce_product_loop_end($echo = true);

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...