Display a WooCommerce help tip.
$tip, $allow_html = false
Sortie :
@param string $tip Help tip text. @param bool $allow_html Allow sanitized HTML if true or escape. @return string
// Utilisation de la fonction wc_help_tip
$result = wc_help_tip($tip, $allow_html = false);
if ($result) {
// Votre logique ici
}
Chargement des actualités...