# disco/1.4.14/backend/views/pro_plan.php

Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO, version 1.4.14. 14 lines.

- Page: https://pluginprobe.com/plugins/disco/1.4.14/code/backend/views/pro_plan.php
- Raw: https://pluginprobe.com/plugins/disco/1.4.14/raw/backend/views/pro_plan.php
- Modified: 2026-07-09T04:37:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/disco/1.4.14/code/backend/views/pro_plan.php#L10-L20`.

```php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>
<div id="disco-pro-plan">Pro Plan Loading...</div>
<?php
/**
 * Base page for the plugin.
 * This file is responsible for rendering the pro plan page for the plugin.
 *
 * @package    Disco/Backend
 */

```
