Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 743 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 743 Bytes

Better WooCommerce Profile Pictures

Hey 👋 And welcome! A few details to get you started…

Installation

To install this plugin, just clone this to your wp-content/plugins directory, then activate. It should work straight away.

PHPCS

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.

Tests

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.

  1. Launch bin/install-wp-tests.sh.
  2. After successful install, launch phpunit in the root directory of this plugin.

Have fun! 😄