threadi / easy-settings-for-wordpress
Provides a settings wrapper for WordPress plugins and themes.
1.2.1
2025-04-27 12:22 UTC
Requires
- php: ^8.0
- threadi/easy-dialog-for-wordpress: ^1.0.1
Requires (Dev)
- automattic/vipwpcs: ^3.0
- wp-coding-standards/wpcs: ^3.1.0
- dev-master
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.0
- dev-feature/addMinMaxStepOnNumberField
- dev-fix/missingSettingsLinkInPluginList
- dev-feature/addSettingsLinkInPluginList
- dev-feature/allowFunctionsAsSaveCallback
- dev-feature/optimizeHandlingOfTabs
- dev-feature/optimizeImportScript
- dev-fix/missingVersionUpdate
- dev-feature/addedChangelog
- dev-fix/removeExternalDependencies
This package is auto-updated.
Last update: 2025-04-27 12:24:09 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 .