Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/formatting.php | apply_filters | 5777 | /** * Filters the extension of the emoji png files. * * @since 4.2.0 * * @param string $extension The emoji extension for png files. Default .png. */ |
wp-includes/formatting.php | apply_filters | 5884 | /** * Converts emoji to a static img element. * * @since 4.2.0 * * @param string $text The content to encode. * @return string The encoded content. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $extension | The emoji extension for png files. Default .png. |
string | $extension | The emoji extension for png files. Default .png. |