wpdesk/ltv-dashboard-widget
最新稳定版本:1.5.6
Composer 安装命令:
composer require wpdesk/ltv-dashboard-widget
包简介
Library for displaying ltv widget in WordPress dashboard.
关键字:
README 文档
README
ltv-dashboard-widget
A simple, yet very useful library for WordPress plugins allowing to display WP Desk dashboard widget.
Requirements
PHP 7.2 or later.
Installation via Composer
In order to install the bindings via Composer run the following command:
composer require wpdesk/library/ltv-dashboard-widget
Next, use the Composer's autoload to use them:
require_once 'vendor/autoload.php';
Manual installation
If you prefer not to use the Composer you can also download the latest library release.
require_once('/path/to/wp-desk/ltv-dashboard-widget/src/DashboardWidget.php');
Getting Started
Notices usage example
(new WPDesk\Dashboard\DashboardWidget())->hooks();
统计信息
- 总下载量: 5.08k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-06