wpdesk/ltv-dashboard-widget

Library for displaying ltv widget in WordPress dashboard.

1.5.6 2024-04-24 11:36 UTC

This package is auto-updated.

Last update: 2024-04-24 11:37:08 UTC


README

pipeline status coverage report Latest Stable Version Total Downloads Latest Unstable Version License

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();