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

Wvnderlab - Disable Emojis

🔌 A simple WordPress mu-plugin to disable emojis.

by Wvnderlab Agency · github.com/wvnderlab-agency/wp-disable-emojis · website

1stars
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/wvnderlab-agency/wp-disable-emojis/archive/refs/heads/master.zip

Installation

Via Composer

composer require wvnderlab-agency/wp-disable-emojis

Via FTP

  1. Download the repository zip file.
  2. Unzip the file.
  3. Upload the unzipped folder to the /wp-content/muplugins or /wp-content/plugins/ directory on your server.
  4. Navigate to the 'Plugins' section in your WordPress admin dashboard.
  5. Find 'Disable emojis' in the list and click 'Activate'.

Via WordPress Admin Dashboard

  1. Download the repository zip file.
  2. Navigate to the 'Plugins' section in your WordPress admin dashboard.
  3. Click 'Add New' and then 'Upload Plugin'.
  4. Choose the downloaded zip file and click 'Install Now'.
  5. After installation, click 'Activate Plugin'.

Usage

Filter Hooks

wvnderlab/disable-emojis/enabled (Default: true)

This filter allows you to disable the plugin functionality.

// disable the plugin functionality
add_filter( 'wvnderlab/disable-emojis/enabled', '__return_false' );

Development

Install Dependencies

composer install

Analyse Code-Quality with WP-Coding-Standards

composer analyze

Refactor Code along WP-Coding-Standards

composer refactor