Skip to content
Milan Petrovic edited this page Sep 26, 2020 · 9 revisions

Introduction

To learn more about what MU Plugins are, check out this page More about MU Plugins. To get more information, check out the article in WordPress.org documentation Must Use Plugins.

Dev4Press Must Use Plugins

This repository is an attempt to bring MU plugins a bit closer to WordPress users, and show how can small, single-file plugins with no settings panels or interface can be used effectively to make changes to WordPress without resorting to putting every piece of custom code into theme functions.php file.

I have a lot of code snippets that can be useful, and easily adapted to the work as must use plugins, and the currently available plugins will expand in the future.

Make sure to check out wiki pages for each plugin, and understand what each plugin does and how you can modify it and/or set it up.