Filter hook 'smilies'

in WP Core File wp-includes/functions.php at line 4843

Description

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.

Occurrences

Filename Line Number
wp-includes/functions.php 4843

Parameters

Type Name Description
string[] $wpsmiliestrans List of the smilies' hexadecimal representations, keyed by their smily code.

PHP Doc

/**
	 * 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.
	 *
	 * @since 4.7.0
	 *
	 * @param string[] $wpsmiliestrans List of the smilies' hexadecimal representations, keyed by their smily code.
	 */