threadi/easy-settings-for-wordpress
最新稳定版本:1.17.5
Composer 安装命令:
composer require threadi/easy-settings-for-wordpress
包简介
Provides a settings wrapper for WordPress plugins and themes.
README 文档
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
Sorting
- Pages are not sortable
- Tabs are sorted by its given position
- Sections are sorted by its given position
- Settings are sorted in the order they are added
-> use Setting->
move_before_setting()to move a setting on a specific position
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 .
统计信息
- 总下载量: 1.19k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2025-04-18