Version Description
Download this release
Release Info
Developer | ryanhellyer |
Plugin | Disable Emojis |
Version | 1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.1
- disable-emojis.php +2 -2
- readme.txt +3 -3
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
|
@@ -39,4 +39,4 @@ add_action( 'wp_print_scripts', 'disable_emoji_dequeue_script', 100 );
|
|
39 |
/**
|
40 |
* Remove the emoji styles.
|
41 |
*/
|
42 |
-
remove_action( '
|
3 |
Plugin Name: Disable Emojis
|
4 |
Plugin URI: https://geek.hellyer.kiwi/plugins/disable-emojis/
|
5 |
Description: Disable Emojis
|
6 |
+
Version: 1.1
|
7 |
Author: Ryan Hellyer
|
8 |
Author URI: https://geek.hellyer.kiwi/
|
9 |
License: GPL2
|
39 |
/**
|
40 |
* Remove the emoji styles.
|
41 |
*/
|
42 |
+
remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
|
readme.txt
CHANGED
@@ -4,15 +4,15 @@ 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 |
-
|
11 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
|
16 |
|
17 |
|
18 |
== Installation ==
|
4 |
Donate link: https://geek.hellyer.kiwi/donate/
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.2
|
7 |
+
Stable tag: 1.1
|
8 |
|
9 |
|
10 |
+
This plugin disables the new emoji functionality in WordPress 4.2.
|
11 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
This plugin disables the new emoji functionality in WordPress 4.2.
|
16 |
|
17 |
|
18 |
== Installation ==
|