Home / Admin / Disable Emoji Image Conversion Script of the Classic Editor
Duplicate Snippet

Embed Snippet on Your Site

Disable Emoji Image Conversion Script of the Classic Editor

This filter can be used to disable the emoji image conversion script of the Classic Editor plugin in order to fix emoji support in the metabox fields of All in One SEO.

<10
Code Preview
php
<?php
add_filter( 'aioseo_classic_editor_disable_emoji_script', '__return_true' );

Comments

Add a Comment