wordpress / latest / hooks / emoji_ext.html

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

File: wp-includes/formatting.php. View all references

'ext'     => apply_filters( 'emoji_ext', '.png' ),

Used By

Used By Description

Changelog

Version Description
4.2.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/emoji_ext