ideasonpurpose/wp-admin-separators
最新稳定版本:v1.0.8
Composer 安装命令:
composer require ideasonpurpose/wp-admin-separators
包简介
A simple class for injecting separators into the WordPress admin dashboard menu.
README 文档
README
Version: 1.0.8
A simple class for injecting separators into the WordPress admin dashboard menu
String values will be rejected. Float arguments will be passed without modification. Duplicate indexes will be merged.
Usage
This library is available on Packagist, to use it, require it in composer.json or tell Composer to load the package:
$ composer require ideasonpurpose/wp-admin-separators
Then add separators to the admin like this:
use IdeasOnPurpose\WP\Admin; new Separators(25, 26);
Arguments can also be an array, a mix of integers and arrays, or number-ish strings.
统计信息
- 总下载量: 290
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-12-08