threadi/easy-settings-for-wordpress

Provides a settings wrapper for WordPress plugins and themes.

1.2.1 2025-04-27 12:22 UTC

README

This composer packages add a simple wrapper for settings for plugins and themes.

Requirements

  • composer

Installation

composer require threadi/easy-settings-for-wordpress

Usage

TODO

For changes of this package

Check for WordPress Coding Standards

Initialize

composer install

Run

vendor/bin/phpcs --extensions=php --ignore=*/vendor/* --standard=WordPress .

Repair

vendor/bin/phpcbf --extensions=php --ignore=*/vendor/* --standard=WordPress .

Check for WordPress VIP Coding Standards

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

Run

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