Doesn’t work, use my fixes
-
Hello, great plugin! But, please, FIX IT:
1. See file m-chart\components\class-m-chart-admin.php at line 309 replace
$this->version with m_chart()->version
2. See file m-chart\components\class-m-chart-chartjs.php at line 136 ADD CODE:
if (isset($chart_args[‘data’][‘datasets’])) {
…
}
3. See file m-chart\components\class-m-chart-admin.php at line 295 replace
$post_id = (int) $_GET[‘post’];
with
$post_id = isset($_GET[‘post’]) ? (int) $_GET[‘post’] : ”;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Doesn’t work, use my fixes’ is closed to new replies.