MP Core
A plugin for developers which contains a group of classes and functions used to power plugins and themes.
In depth usage documentation to help with the creation of plugins built on this plugin.
Simple associative arrays are all that you need to create user input modules.
Create metaboxes with (repeatable) options using the pre-built field types - simply by creating an associative array.
Create widgets with options using the pre-built field types by creating an associative array and extending a class.
Create Settings Pages with options using the pre-built field types. Uses a class and associative array for creation of settings.
Deliver plugin and theme updates to your users from your own API on your own server.
Easily make a plugin or theme require and auto-install a plugin from either the WordPress Repo or your own Repo.
Users don't remember shortcodes. Let them build shortcodes with a form by creating one using the shortcode builder class.
Add options to the WP customizer using just associative arrays. These options are smart and will auto preview for the user. Build using only an associative array.
Allow your users to select any Google Font by simply typing its name into the Customizer, Metabox, Settings Page, or Widget.
Resize images the right way - to fit your content. Includes a forked version of the AQ Resizer script.
Reduce code in themes with the theme-specific functions like Logo Image, Pagination, Simplified Comments, and more.