in my case, the above solution in function.php seems to work and get rid of the problem for now. function my_function_name() { remove_action( 'admin_print_scripts', 'print_emoji_detection_script' ); } add_action( 'pre_get_posts', 'my_function_name' );