# disco/1.4.14/backend/views/help_and_docs.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/help_and_docs.php
- Raw: https://pluginprobe.com/plugins/disco/1.4.14/raw/backend/views/help_and_docs.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.4.14/code/backend/views/help_and_docs.php#L10-L20`.

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

```
