This page redirects to an external site: https://developer.wordpress.org/reference/functions/convert_smilies/
Convert text equivalent of smilies to images.
Will only convert smilies if the option 'use_smilies' is true and the globals used in the function aren't empty.
<code style="color: #000000"><span style="color: #0000BB"><?php convert_smilies</span><span style="color: #007700">( </span><span style="color: #0000BB">$text </span><span style="color: #007700">) </span><span style="color: #0000BB">?></span></code>
echo convert_smilies("This smiley is going to show as an image... :) ");
Since: 0.71
convert_smilies() is located in wp-includes/formatting.php.