CFGP_DEV_MODE

This constant is intended for Geo Controller developers and unlocks special options and additional licenses designed for developers.

To get fully benefit from development mode, you must be a part of our development team.

Source

Defined in: /cf-geoplugin/constants.php

if (!defined('CFGP_DEV_MODE')) {
    define('CFGP_DEV_MODE', false);
}

How to change

You can enable this constant by adding it to your wp-config.php file before WordPress loads the plugin.

// Enable developer mode in Geo Controller
define('CFGP_DEV_MODE', true);

Additional information

If you are a regular Geo Controller user, you will not get any special benefit by activating development mode. This mode is tied to a special development license available only to verified Geo Controller developers.

Was this page helpful?