PluginProbe
Device Detector / trunk
Device Detector vtrunk
trunk 1.0.0 1.1.0 1.1.1 1.2.0 1.3.0 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 2.0.0 2.0.1 2.1.0 2.1.1 2.2.0 2.2.1 2.3.0 2.3.1 2.4.0 3.0.0 3.0.1 3.0.2 3.1.0 3.1.1 All 42 releases
device-detector / init.php

init.php in Device Detector trunk, at init.php

20 lines 565 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( 'PODD_PRODUCT_NAME', 'Device Detector' );
11 define( 'PODD_PRODUCT_URL', 'https://github.com/Pierre-Lannoy/wp-device-detector' );
12 define( 'PODD_PRODUCT_SHORTNAME', 'Device Detector' );
13 define( 'PODD_PRODUCT_ABBREVIATION', 'podd' );
14 define( 'PODD_SLUG', 'device-detector' );
15 define( 'PODD_VERSION', '4.6.0' );
16 define( 'PODD_API_VERSION', '3' );
17 define( 'PODD_CODENAME', '"-"' );
18
19 define( 'PODD_CDN_AVAILABLE', true );
20