/next-meetup-hint

Provides a WordPress-Plugin to show the next meetup hint as admin notice.

Primary LanguagePHP

Next Meetup Hint

About

This repository provides the features of WordPress plugin Next meetup hint. The repository is used as a basis for deploying the plugin to the WordPress repository. It is not intended to run as a plugin as it is, even if that is possible for development.

Usage

for users

Download the plugin from the WordPress Repository. Or download the lastest release ZIP from GitHub.

for developers

Checkout this repository in your development environment.

Check for WordPress Coding Standards

Initialize

composer install

Run

vendor/bin/phpcs --extensions=php --ignore=*/vendor/*,*/svn/*,*/app/Dependencies/* --standard=WordPress .

Repair

vendor/bin/phpcbf --extensions=php --ignore=*/vendor/*,*/svn/*,*/app/Dependencies/* --standard=WordPress .

Check for WordPress VIP Coding Standards

Hint: this check runs against the VIP-GO-platform which is not our target for this plugin. Many warnings can be ignored.

Run

vendor/bin/phpcs --extensions=php --ignore=*/vendor/*,*/svn/* --standard=WordPress-VIP-Go .

Analyse with PHPStan

vendor/bin/phpstan analyse