apply_filters( 'smilies', array $wpsmiliestrans )

Filters all the smilies.


Description

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


Parameters

$wpsmiliestrans

(array) List of the smilies.


Top ↑

Source

File: wp-includes/functions.php

View on Trac


Top ↑

Changelog

Version Description
4.7.0 Introduced.