This repository is for a starter WordPress plugin for the Ins and Outs of PHP Namespacing for WordPress lab. You'll use this plugin throughout the hands-on coding lab. You'll be building code as you learn deeply about PHP namespacing.
- In terminal, navigate to
{path to your sandbox project}/wp-content/plugins
. - Then type in terminal or Git Bash:
git clone git@github.com:KnowTheCode/InsOutsPHPNamespacing.git
(see note below) - Log into your WordPress website.
- Go to Plugins and activate the InsOutsPHPNamespacing plugin.
Note: If you get a permission denied, then you may need to clone using the full HTTPS path:
git clone https://github.com/KnowTheCode/InsOutsPHPNamespacing.git
If you do not have git or SSH setup yet, then you can click on the Download button here in this repository. Install following these steps:
- Click on the Download button above.
- Move the zipped file into your project's
{path to your sandbox project}/wp-content/plugins
folder - Unzip the file
- Log into your WordPress website.
- Go to Plugins and activate the InsOutsPHPNamespacing plugin.