| 1 |
<?php |
| 2 |
/* |
| 3 |
Plugin Name: M Chart |
| 4 |
Version: 1.3 |
| 5 |
Plugin URI: http://github.com/methnen/m-charts |
| 6 |
Description: Manage data sets and display them as charts in WordPress. |
| 7 |
Author: Jamie Poitra |
| 8 |
Author URI: http://methnen.com |
| 9 |
Tags: highcharts, graphs, charts, data, wordpress |
| 10 |
Text Domain: m-chart |
| 11 |
Domain Path: /components/languages |
| 12 |
License: MIT |
| 13 |
*/ |
| 14 |
|
| 15 |
require_once __DIR__ . '/components/class-m-chart.php'; |
| 16 |
m_chart(); |