Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.21 KB

readme.md

File metadata and controls

38 lines (20 loc) · 1.21 KB

Add Infos to The Events Calendar

About

This repository provides the features of WordPress plugin Add Infos to The Events Calendar. 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/*,add_shortcode_to_tec.php --standard=WordPress .

Repair

vendor/bin/phpcbf --extensions=php --ignore=*/vendor/*,*/svn/*,add_shortcode_to_tec.php --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 .