WP Autoloader Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Cool Admin Colour Schemes
If you don’t find a favourite colour scheme among the default WordPress colour schemes, there are more options available using a WP Autloader plugin – the plugin adds additional colour schemes. If you install it, you’ll see the new colours available under your profile’s personal options in the admin. With each major upgrade we add an extra colour scheme. All colour schemes are professionally designed and keep your eyes healthy.
Easy access to PHP Information
Because every system is setup differently, WP Autoloader provides an easy access to check configuration settings and available predefined variables on a given system. Login as administrator and go to Tools -> PHP Info to check PHP settings of your current installation.
Automated loading of PHP classes
WordPress Autoloader helps to make life of WordPress developers a lot easier. Most of developers of object-oriented applications are writing one PHP source file per class definition. One of the biggest annoyances is to write a long list of needed includes at the beginning of each script (one for each class). With WordPress Autoloader, this is no longer necessary.
This plugin loads automatically any PHP class. Put all classes into /lib or /framework folder inside your theme or plugin root directory and all classes from there are loaded automatically.
The great advantage of automatically loaded classes is also significant increase of performance, which means faster loading of web pages. Loading unneeded files wastes server resources and increases dramatically webpage load time.
Performance Improvement
But wait – that’s not all! WP Autoloader provides powerful performance improvement for plugins. We have tested a lot of free and commercial plugins, original against modified version which use WP Autoloader. Plugins based on WP Autoloader load faster and avoid waste of resources.
You can use WP Autoloader to improve development of WordPress plugins, entire development process will be faster and easier. WP Autoloader comes with an easy to use interface for plugins, which can automatically hook your custom methods width appropriate WordPress filters and actions. Almost 500 action hooks and more than 1000 filter hooks are supported by WP Autoloader.