|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/relaunch-kmu/wp-content/plugins/disable-emojis/ |
Upload File : |
<?php /* Plugin Name: Disable Emojis (GDPR friendly) Plugin URI: https://geek.hellyer.kiwi/plugins/disable-emojis/ Description: Disable Emojis (GDPR friendly) Version: 1.9.3 Author: Ryan Hellyer Author URI: https://geek.hellyer.kiwi/ License: GPL2 ------------------------------------------------------------------------ Copyright Ryan Hellyer This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ declare(strict_types=1); require_once __DIR__ . '/src/EmojiModule.php'; new \RyanHellyer\DisableEmojis\EmojiModule();