Hey 👋 And welcome! A few details to get you started…
To install this plugin, just clone this to your wp-content/plugins
directory, then activate. It should work straight away.
To launch PHPCS and make sure the code is compliant with WordPress Coding Standards, install composer requirements using composer install
, then launch composer run-script lint
.
There are a few tests added to this plugin. To launch them, make sure you have PHPUnit
on your computer installed and accessible through command line.
- Launch
bin/install-wp-tests.sh
. - After successful install, launch
phpunit
in the root directory of this plugin.
Have fun! 😄