| @@ -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. |