# decalog/4.4.0/init.php

DecaLog, version 4.4.0. 22 lines.

- Page: https://pluginprobe.com/plugins/decalog/4.4.0/code/init.php
- Raw: https://pluginprobe.com/plugins/decalog/4.4.0/raw/init.php
- Modified: 2025-04-14T08:26:24+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/decalog/4.4.0/code/init.php#L10-L20`.

```php
<?php
/**
 * Initialization of globals.
 *
 * @package Bootstrap
 * @author  Pierre Lannoy <https://pierre.lannoy.fr/>.
 * @since   1.0.0
 */

define( 'DECALOG_PRODUCT_NAME', 'DecaLog' );
define( 'DECALOG_PRODUCT_URL', 'https://github.com/Pierre-Lannoy/wp-decalog' );
define( 'DECALOG_PRODUCT_SHORTNAME', 'DecaLog' );
define( 'DECALOG_PRODUCT_ABBREVIATION', 'decalog' );
define( 'DECALOG_SLUG', 'decalog' );
define( 'DECALOG_VERSION', '4.4.0' );
define( 'DECALOG_API_VERSION', '3' );
define( 'DECALOG_MONOLOG_VERSION', '2.9.3' );
define( 'DECALOG_CODENAME', '"-"' );
define( 'DECALOG_CRON_NAME', 'decalog_clean_database' );
define( 'DECALOG_SHM_ID', 'dce759b8-e9e8-4e9c-b62a-7d5c9fe160bf' );

define( 'DECALOG_CDN_AVAILABLE', true );
```
