Filters the extension of the emoji SVG files.
Parameters
$extensionstring- The emoji extension for svg files. Default .svg.
Source
'svgExt' => apply_filters( 'emoji_svg_ext', '.svg' ),
Changelog
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |
Filters the extension of the emoji SVG files.
$extensionstring'svgExt' => apply_filters( 'emoji_svg_ext', '.svg' ),
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.