Format content to display shortcodes.
apply_filters( 'woocommerce_short_description', $raw_string
Sortie :
@param string $raw_string Raw string. @return string
// Modifier la valeur avec le filtre 'woocommerce_format_content'
add_filter('woocommerce_format_content', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(apply_filters( 'woocommerce_short_description') {
// Modifier la valeur
return apply_filters( 'woocommerce_short_description';
}
Chargement des actualités...