PluginProbe
Device Detector / 1.4.3
Device Detector v1.4.3
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 1.4.3, at init.php

20 lines 531 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', '1.4.3' );
16 define( 'PODD_CODENAME', '"-"' );
17
18 define( 'PODD_CDN_AVAILABLE', true );
19
20