Changeset 3379469
- Timestamp:
- 10/16/2025 12:48:33 PM (5 months ago)
- Location:
- ghost-comment-manager/tags/0.1.5
- Files:
-
- 2 edited
-
inc/Pages/Admin.php (modified) (1 diff)
-
templates/pro-features.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ghost-comment-manager/tags/0.1.5/inc/Pages/Admin.php
r3379351 r3379469 37 37 38 38 // 2) Pro Features promo submenu — only if PRO is NOT active 39 if (!class_exists('\GcmPro\Init') && !defined(' gcmgr_PRO_VERSION')) {39 if (!class_exists('\GcmPro\Init') && !defined('GCMGR_PRO_VERSION')) { 40 40 add_submenu_page( 41 41 'gcmgr_plugin', -
ghost-comment-manager/tags/0.1.5/templates/pro-features.php
r3379351 r3379469 1 1 <?php 2 2 if ( ! defined( 'ABSPATH' ) ) { exit; } 3 $pro_active = class_exists('\GcmPro\Init') || defined(' gcmgr_PRO_VERSION');3 $pro_active = class_exists('\GcmPro\Init') || defined('GCMGR_PRO_VERSION'); 4 4 $envato_url = 'https://www.google.com/search?q=ghost+comment+manager+pro+site%3Acodecanyon.net'; 5 5 ?>
Note: See TracChangeset
for help on using the changeset viewer.