Description
This plugin has been closed as of January 6, 2015 and is not available for download. Reason: Unknown.
Reviews
JohnnyJoomla
September 3, 2016
Not really sure what it does but “Hide Singular Title” needs it and it works great!
plazari16
September 3, 2016
I use this plugin in my new site, and works fine, I just change the name of the folder in my plugin from class to lib and ready!
WP Apps
February 7, 2017
If you have ever developed large scale enterprise level WordPress plugins you probably have encountered the situation were you have tons of php class files. But you don’t need all of them all the time at run-time. To make sure that all these files are loaded you have write tons of lines of code to get all these files loaded when needed.
Thanks to the WP Autoloader you can forget about writing any line of code to include your class files. You have to take care about valid files hierarchy and thats all. Just make take care that your namespaces and files hierarchy is synchronised, put all them into the ./lib folder and WP Autoloader loads all of these classes automatically only when needed!
WP Autoloader can help to increase the performance of your WP plugins up to 99%! Tested! True!
Contributors & Developers
“WP Autoloader” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WP Autoloader” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.