PluginProbe
DecaLog / 3.0.2
DecaLog v3.0.2
3.0.2 3.1.0 3.10.0 3.2.0 3.3.0 3.4.0 3.4.1 3.5.0 3.5.1 3.6.0 3.6.1 3.6.2 3.6.3 3.7.0 3.7.1 3.8.0 3.9.0 3.9.1 4.0.0 4.1.0 4.2.0 4.3.0 4.3.1 4.4.0 4.5.0 All 75 releases
decalog / init.php

init.php in DecaLog 3.0.2, at init.php

22 lines 733 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( 'DECALOG_PRODUCT_NAME', 'DecaLog' );
11 define( 'DECALOG_PRODUCT_URL', 'https://github.com/Pierre-Lannoy/wp-decalog' );
12 define( 'DECALOG_PRODUCT_SHORTNAME', 'DecaLog' );
13 define( 'DECALOG_PRODUCT_ABBREVIATION', 'decalog' );
14 define( 'DECALOG_SLUG', 'decalog' );
15 define( 'DECALOG_VERSION', '3.0.2' );
16 define( 'DECALOG_API_VERSION', '3' );
17 define( 'DECALOG_MONOLOG_VERSION', '2.2.0' );
18 define( 'DECALOG_CODENAME', '"-"' );
19 define( 'DECALOG_CRON_NAME', 'decalog_clean_database' );
20 define( 'DECALOG_SHM_ID', 'dce759b8-e9e8-4e9c-b62a-7d5c9fe160bf' );
21
22 define( 'DECALOG_CDN_AVAILABLE', true );