WP AutoLoader Documentation

Installation Steps

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.

  1. Download and unzip the script onto your server, in an appropriate location (after making a successful purchase).
  2. In your server’s command-line interface, cd into the WPAutoLoader directory.
  3. Run:
    > php autoloader enable
  4. The app will walk you through a five minute setup process, asking for some basic information before it enables AutoLoader on your WordPress.
  5. The previous step will modify your WordPress software’s codebase. Test thoroughly that your WordPress software still works correctly.
  6. 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:

wp-src/procedural/copiler-error.log may carry some notices, warnings and errors that were caught while compiling code. ‘Notices’ require no action. This log file can be useful for debugging issues with AutoLoader.