| 1 |
<?php |
| 2 |
/** |
| 3 |
* Initialization of globals. |
| 4 |
* |
| 5 |
* @package Bootstrap |
| 6 |
* @author Pierre Lannoy <https://pierre.lannoy.fr/>. |
| 7 |
* @since 1.0.0 |
| 8 |
*/ |
| 9 |
|
| 10 |
define( 'IPLOCATOR_PRODUCT_NAME', 'IP Locator' ); |
| 11 |
define( 'IPLOCATOR_PRODUCT_URL', 'https://github.com/Pierre-Lannoy/wp-ip-locator' ); |
| 12 |
define( 'IPLOCATOR_PRODUCT_SHORTNAME', 'IP Locator' ); |
| 13 |
define( 'IPLOCATOR_PRODUCT_ABBREVIATION', 'iplocator' ); |
| 14 |
define( 'IPLOCATOR_SLUG', 'ip-locator' ); |
| 15 |
define( 'IPLOCATOR_VERSION', '4.5.0' ); |
| 16 |
define( 'IPLOCATOR_API_VERSION', '3' ); |
| 17 |
define( 'IPLOCATOR_CODENAME', '"-"' ); |
| 18 |
|
| 19 |
define( 'IPLOCATOR_UPDATE_CYCLE', 1 ); // Update cycle in days |
| 20 |
|
| 21 |
define( 'IPLOCATOR_CDN_AVAILABLE', true ); |