PHP code example of wvnderlab-agency / wp-disable-emojis
1. Go to this page and download the library: Download wvnderlab-agency/wp-disable-emojis library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
wvnderlab-agency / wp-disable-emojis example snippets
// disable the plugin functionality
add_filter( 'wvnderlab/disable-emojis/enabled', '__return_false' );