Resumo de IA
Descrição
The wpforms_rating_field_emoji filters the inclusion of emoji icons in notification emails.
Parâmetros
- $enable_emojis
- (bool) (Required) Determines whether emoji icons for the Rating field will be displayed in notification emails, default is true (will display).
Fonte
wpforms/pro/includes/fields/class-rating.php
Mais Informações
This filter is applied to all form notification emails when a Rating field is included.
Exemplos
/** * Filters the inclusion of emoji icons in notification emails. * * @link https://wpforms.com/developers/wpforms_rating_field_emoji/ * * @param bool $enable_emojis Default is true. * @return bool */ add_filter( 'wpforms_rating_field_emoji', '__return_false' );