ideasonpurpose/wp-admin-separators 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Packagist codecov Coverage Status Maintainability styled with prettier

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
  • 点击次数: 2
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-12-08