WP Manifestindependent plugin directory
manifest / performance / ocasio-disable-emojis

Ocasio Disable Emojis

Removes extra emoji scripts, inline styles, and DNS prefetch links to speed up page load times.

by Kevin Ocasio · github.com/kevinocasio/ocasio-disable-emojis · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/kevinocasio/ocasio-disable-emojis/archive/refs/heads/main.zip

Lightweight WordPress plugin to remove extra emoji scripts, styles, and DNS prefetch links to boost page speed.

Overview

Modern operating systems already have full native emoji support. Ocasio Disable Emojis dequeues WordPress core emoji scripts and inline styles to speed up page load times without breaking standard emojis.

Features

  • Remove Emoji Scripts: Blocks wp-emoji-release.min.js on public pages.
  • Strip Inline Styles: Cleans up unnecessary inline styles from your header.
  • Stop DNS Prefetch: Removes redundant DNS prefetch requests to s.w.org.
  • Zero Front-End Assets: Pure PHP execution with 0 bytes of extra CSS or JS loaded on public pages.
  • Instant Dashboard Toggle: Manage and toggle the switch directly from the Ocasio Plugins dashboard.

Installation

  1. Click the green < > Code button at the top of this repository and select Download ZIP (or download from Releases).
  2. In your WordPress admin dashboard, navigate to Plugins -> Add New Plugin -> Upload Plugin.
  3. Choose the downloaded ocasio-disable-emojis.zip file and click Install Now.
  4. Click Activate Plugin.
  5. Manage settings directly under the Ocasio Plugins -> Dashboard menu.

Author & Support