Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 1.68 KB

File metadata and controls

40 lines (25 loc) · 1.68 KB

Namespaces and Autoloading in WordPress

This plugin is a companion plugin to a talk given at WordCamp Atlanta 2017. It's explained in further detail in this article and this slide deck.

About This Plugin

Once you install the plugin and click activate, you should see two notices appear at the top of your administration screen.

There's no other functionality than this as its meant purely for the purposes of how to use namespaces and autoloading.

How It Works

  1. Upon activation, the plugin will display a message at the top of your administration screen.
  2. The messages that you should indicate the autoloader was successful in locating and loading the files.

Installation

Using The WordPress Dashboard

  1. Navigate to the 'Add New' Plugin Dashboard
  2. Select namespaces-and-autoloading-in-wordpress.zip from your computer
  3. Upload
  4. Activate the plugin on the WordPress Plugin Dashboard

Using FTP

  1. Extract namespaces-and-autoloading-in-wordpress.zip to your computer
  2. Upload the namespaces-and-autoloading-in-wordpress.zip directory to your wp-content/plugins directory
  3. Activate the plugin on the WordPress Plugins Dashboard

Changes

For information about changes related to the project, be sure to review the CHANGELOG.

More Information

The complete article for this plugin can be read on my blog.