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

File: /cf-geoplugin/globals/cf-geoplugin-setup.php

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

Example

These constant must be placed within your wp-config.php file:

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 mod is associated with a special development license for only verified Geo Controller developers.

Was this page helpful?