Description

The wpforms_rating_field_emoji filters the inclusion of emoji icons in notification emails.

Parameters

$enable_emojis
(bool) (Required) Determines whether emoji icons for the Rating field will be displayed in notification emails, default is true (will display).

Source

wpforms/pro/includes/fields/class-rating.php

More Information

This filter is applied to all form notification emails when a Rating field is included.

Examples

/**
 * 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' );

Article References

How to Disable the Emoji Rating Icons in Form Notifications