emoji_url WordPress Filter Hook
Emoji_url is a WordPress hook that allows you to change the URL of an emoji image. By default, WordPress will use the WordPress.org URL for emoji images. However, you can use this hook to change the URL to a different location, such as your own server or a CDN.
apply_filters( 'emoji_url', string $url ) #
Filters the URL where emoji png images are hosted.
Parameters
- $url
(string)The emoji base URL for png images.
Source
Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |