-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
51 lines (32 loc) · 1.68 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
=== killJi ===
Contributors: texxs (Texx Smith)
Donate link: http://paypal.me/TexxSmith
Tags: emoji, code
Requires at least: 4.0.1
Tested up to: 4.6.1
Stable tag: 4.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Removes the code related to emojis that WordPress puts on every page (as well as the extra css it creates) via wp_head() with the simplest (2 lines of code) method available.
== Description ==
Tired of WordPress adding all that junk code for emojis on every page? Well, I killed it! This helps make the code your WP Themes output cleaner and easier to eread and edit. Yes, there are other plugins out there that do this but I think this one does the job with the minimal amount of code possible.
== Installation ==
Install like any other plugin.
1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
1. Use the Settings->Plugin Name screen to configure the plugin
1. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)
== Frequently Asked Questions ==
= No questions have been asked yet, but I'm listening =
I'll probably answer questions...
== Changelog ==
= 1.0 =
* A change since the previous version.
* Another change.
= 0.5 =
* List versions from most recent at top to oldest at bottom.
== Upgrade Notice ==
= 1.0 =
Upgrade notices describe the reason a user should upgrade. No more than 300 characters.
= 0.5 =
This version fixes a security related bug. Upgrade immediately.