ilist_pot_separator_text

Texte affiché (string) dans le tableau récapitulatif d'une liste côté client.
Vous pouvez y ajouter du HTML.

Filtre disponible uniquement si l'option Cagnotte / Crowdfunding est activée.

Nom du filtre : ilist_pot_separator_text
Valeur par défaut (string) : " + "
Priorité : 10

Exemple d'utilisation (hook usage) :

/**
 * Filter participation separator text
 *
 * @return string
 */
function example_new_pot_separator_text() {
   return ' / ';
}
add_filter( 'ilist_pot_separator_text', 'example_new_pot_separator_text', 10 );

 

Exemple de résultat

Recherche

Index