wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



smilies › WordPress Filter Hooks

Seit4.7.0
Veraltetn/v
apply_filters( 'smilies', $wpsmiliestrans )
Parameter:
  • () wpsmiliestrans List of the smilies' hexadecimal representations, keyed by their smily code.
    Erforderlich: Ja
Definiert in:
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.




Quellcode

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