martingreenwood/knapsack
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== Knapsack === Contributors: pixelpudu Donate link: https://www.paypal.me/martingreenwood Tags: utilities, tidyup, emoji Requires at least: 4.3 Tested up to: 4.4 Stable tag: 0.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin makes some minor adjustments to WordPress. == Description == This plugin makes some minor adjustments to wordpress, these are things I do every time I build a site - repetition sucks. It does the following: * Removes the emoji CSS from the head. * Removes the RSD links from the head. * Removes the wp generator from the head. * Removes the feed links from the head. * Removes the recent comment CSS from the head. == Installation == 1. Upload the plugin to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress 1. If you feel like it --donate some monies to https://www.paypal.me/martingreenwood. == Frequently Asked Questions == = Why? = Because I don't like repeating things over and over again - automation for the win! == Changelog == = 0.0.1 = First release includes base functions. * Removes the emoji crap from the head. * Removes the RSD links from the head. * Removes the wp generator from the head. * Removes the feed links from the head. * Removes the recent comment CSS from the head.