PluginProbe
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO / 1.4.17
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO v1.4.17
1.4.17 1.4.16 1.4.15 1.4.14 1.4.13 1.4.12 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.54 1.3.53 1.3.52 1.3.51 1.3.50 1.3.49 1.3.48 All 180 releases
← All changes | backend/views/pro_plan.php +6 -1 1.3.491.4.17 View file →
@@ -1,5 +1,10 @@
1 -<div id="disco-pro-plan">Pro Plan</div>
1 +<?php
2 +if ( ! defined( 'ABSPATH' ) ) {
3 + exit;
4 +}
5 +?>
6 +<div id="disco-pro-plan">Pro Plan Loading...</div>
2 7 <?php
3 8 /**
4 9 * Base page for the plugin.
5 10 * This file is responsible for rendering the pro plan page for the plugin.