WP AutoLoader should ideally be setup and operated in a development environment. It needs to be on the same server as your WordPress installation, but not in the same directory.
- Download and unzip the script onto your server, in an appropriate location (after making a successful purchase).
- In your server’s command-line interface,
cd
into the WPAutoLoader directory. - Run:
> php autoloader enable
- The app will walk you through a five minute setup process, asking for some basic information before it enables AutoLoader on your WordPress.
- The previous step will modify your WordPress software’s codebase. Test thoroughly that your WordPress software still works correctly.
- Once you are satisfied with your testing, push the two impacted directories to your production environment:
wp-includes/
wp-src/
This should deploy AutoLoader in your WordPress application!
Screenshots: