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.
<?php convert_smilies( $text ) ?>
echo convert_smilies("This smiley is going to show as an image... :) ");
Since: 0.71
convert_smilies() is located in wp-includes/formatting.php.