Version Description
Download this release
Release Info
| Developer | ryanhellyer |
| Plugin | |
| Version | 1.2 |
| Comparing to | |
| See all releases | |
Code changes from version 1.1 to 1.2
- disable-emojis.php +3 -1
- readme.txt +1 -1
disable-emojis.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
Plugin Name: Disable Emojis
|
| 4 |
Plugin URI: https://geek.hellyer.kiwi/plugins/disable-emojis/
|
| 5 |
Description: Disable Emojis
|
| 6 |
-
Version: 1.
|
| 7 |
Author: Ryan Hellyer
|
| 8 |
Author URI: https://geek.hellyer.kiwi/
|
| 9 |
License: GPL2
|
|
@@ -40,3 +40,5 @@ add_action( 'wp_print_scripts', 'disable_emoji_dequeue_script', 100 );
|
|
| 40 |
* Remove the emoji styles.
|
| 41 |
*/
|
| 42 |
remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
|
|
|
|
|
|
| 3 |
Plugin Name: Disable Emojis
|
| 4 |
Plugin URI: https://geek.hellyer.kiwi/plugins/disable-emojis/
|
| 5 |
Description: Disable Emojis
|
| 6 |
+
Version: 1.2
|
| 7 |
Author: Ryan Hellyer
|
| 8 |
Author URI: https://geek.hellyer.kiwi/
|
| 9 |
License: GPL2
|
| 40 |
* Remove the emoji styles.
|
| 41 |
*/
|
| 42 |
remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
|
| 43 |
+
remove_action( 'admin_print_styles', 'print_emoji_styles', 20 );
|
| 44 |
+
remove_action( 'wp_print_styles', 'print_emoji_styles' );
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Tags: emojis
|
|
| 4 |
Donate link: https://geek.hellyer.kiwi/donate/
|
| 5 |
Requires at least: 4.2
|
| 6 |
Tested up to: 4.2
|
| 7 |
-
Stable tag: 1.
|
| 8 |
|
| 9 |
|
| 10 |
This plugin disables the new emoji functionality in WordPress 4.2.
|
| 4 |
Donate link: https://geek.hellyer.kiwi/donate/
|
| 5 |
Requires at least: 4.2
|
| 6 |
Tested up to: 4.2
|
| 7 |
+
Stable tag: 1.2
|
| 8 |
|
| 9 |
|
| 10 |
This plugin disables the new emoji functionality in WordPress 4.2.
|
