wpseek.com
A WordPress-centric search engine for devs and theme authors



smilies › WordPress Filter Hooks

Since4.7.0
Deprecatedn/a
apply_filters( 'smilies', $wpsmiliestrans )
Parameters:
  • () wpsmiliestrans List of the smilies' hexadecimal representations, keyed by their smily code.
    Required: Yes
Defined at:
Codex:

Filters all the smilies.

This filter must be added before `smilies_init` is run, as it is normally only run once to setup the smilies regex.




Source

$wpsmiliestrans = apply_filters( 'smilies', $wpsmiliestrans );