Add Discourse as an SSO Provider for Wordpress
Clone repository
git clone https://github.com/kni-labs/wp-discourse-login
Install dependencies via composer
composer install
Code styles and linting testing via PHP Code Sniffer are configured for the --standard=WordPress rules.
Supply the file(s) to the linter:
composer php:lint
Autofix is also enabled, and can be ran similarly:
composer php:autofix