Plugin Directory

Changeset 3379469


Ignore:
Timestamp:
10/16/2025 12:48:33 PM (5 months ago)
Author:
devfluxr
Message:

minor changes about Pro version.

Location:
ghost-comment-manager/tags/0.1.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ghost-comment-manager/tags/0.1.5/inc/Pages/Admin.php

    r3379351 r3379469  
    3737
    3838        // 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')) {
    4040            add_submenu_page(
    4141                'gcmgr_plugin',
  • ghost-comment-manager/tags/0.1.5/templates/pro-features.php

    r3379351 r3379469  
    11<?php
    22if ( ! 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');
    44$envato_url = 'https://www.google.com/search?q=ghost+comment+manager+pro+site%3Acodecanyon.net';
    55?>
Note: See TracChangeset for help on using the changeset viewer.