apply_filters( 'emoji_svg_ext', string $extension )
Filters the extension of the emoji SVG files.
Parameters
-
$extension
string -
The emoji extension for svg files. Default .svg.
Source
File: wp-includes/formatting.php
.
View all references
'svgExt' => apply_filters( 'emoji_svg_ext', '.svg' ),
Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |