apply_filters( 'smilies', array $wpsmiliestrans )
Filters all the smilies.
Description Description
This filter must be added before smilies_init
is run, as it is normally only run once to setup the smilies regex.
Parameters Parameters
- $wpsmiliestrans
-
(array) List of the smilies.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |