| 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 ); |