Within each directory holds a single solution, with below it an example directory with the solution implemented. Inside the combined-code directory is a combined implementation of everything in one place.
-
DNS Prefetch is about requesting external DNS resources earlier in the HTML script before the actual script request.
-
Remove WP Admin Bar removes the admin bar from the front end. horrible thing! So oftern screws up other code.
-
Clean Header removes items from the header that you don't need or don't want
-
Login CSS How to add a CSS file for the login page
-
Remove plugin update nag If your making your own plugins and don't want your users to ever update from the wordpress repositary, this is a simple method of stopping that.
-
Rename URL of multisite db Allows you to easily rename all occurrences of a url string in the db for another. Ideal for changing the URL's of a Multi-site install. Yes I know you can use WP-CLI (search-replace) to do this, but I have not always found that to be reliable.
OK, it's very light on the ground at the moment, but as and when I make more or strip them out of previous projects, I'll add them here.