Convert emoticons like :-) and :-P to graphics on display
I’m answering this old question because I didn’t find anything better. WordPress 5.9 wp-admin\options.php line 165 checks database version (when WP was originally installed) against a number to show or not those options. if ( get_site_option( ‘initial_db_version’ ) < 32453 ) { $allowed_options[‘writing’][] = ‘use_smilies’; $allowed_options[‘writing’][] = ‘use_balanceTags’; } Not actually a solution, but maybe … Read more