get-pro.php
15 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Redirect to get pro. |
| 4 | * |
| 5 | * @package kirki |
| 6 | */ |
| 7 | |
| 8 | if ( ! defined( 'ABSPATH' ) ) { |
| 9 | exit; |
| 10 | } |
| 11 | ?> |
| 12 | <script> |
| 13 | location.href = 'https://kirki.com/pricing/?utm_source=kirki_dashboard&utm_medium=wp_dashboard&utm_campaign=upgrade_pro&referrer=wordpress_dashboard'; |
| 14 | </script> |
| 15 |