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

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

- Page: https://pluginprobe.com/plugins/disco/1.3.54/code/backend/views/pro_plan.php
- Raw: https://pluginprobe.com/plugins/disco/1.3.54/raw/backend/views/pro_plan.php
- Modified: 2026-06-18T04:22:52+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.3.54/code/backend/views/pro_plan.php#L10-L20`.

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

```
