convert_smilies
convert_smilies ( $text )
Parameters:- (string) text Content to convert smilies from text.
Returns:- (string) Converted content with text smilies replaced with images.
Defined at: - Introduced in WordPress: 0.71
- Deprecated in WordPress: —
Description
Converts text equivalent of smilies to images.Will only convert smilies if the option 'use_smilies' is true and the global
used in the function isn't empty.