PluginProbe
IP Locator / trunk
IP Locator vtrunk
2.2.0 3.0.0 3.1.0 3.1.1 3.1.2 3.10.0 3.10.1 3.10.2 3.10.3 3.11.0 3.2.0 3.3.0 3.4.0 3.4.1 3.5.0 3.6.0 3.7.0 3.7.1 3.8.0 3.9.0 4.0.0 4.1.0 4.2.0 4.2.1 4.3.0 All 36 releases
ip-locator / init.php

init.php in IP Locator trunk, at init.php

21 lines 658 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 );