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.


Top ↑

Source Source

File: wp-includes/functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.