aioseo_classic_editor_disable_emoji_script

Purpose

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.

Arguments (1)

  1. $disabled (boolean) – Whether the script should be disabled. Defaults to false.

Example code snippet

add_filter( 'aioseo_classic_editor_disable_emoji_script', '__return_true' );