PluginProbe
Device Detector / 3.4.0
Device Detector v3.4.0
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 3.4.0, at init.php

21 lines 566 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', '3.4.0' );
16 define( 'PODD_API_VERSION', '3' );
17 define( 'PODD_CODENAME', '"-"' );
18
19 define( 'PODD_CDN_AVAILABLE', true );
20
21