emoji_ext WordPress Filter Hook
The emoji_ext hook allows you to add extra emoji to your Wordpress site. You can add any emoji you want, and they will be available for use in your posts and pages. This hook is perfect for adding custom emoji or for adding extra emoji to your site.
apply_filters( 'emoji_ext', string $extension ) #
Filters the extension of the emoji png files.
Parameters
- $extension
(string)The emoji extension for png files. Default .png.
Source
Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |