PluginProbe
APCu Manager / trunk
APCu Manager vtrunk
4.6.0 4.6.1 4.5.4 4.5.2 4.5.3 4.5.1 trunk 1.0.0 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.4.1 2.5.0 2.6.0 3.0.0 3.0.1 3.1.0 All 49 releases
apcu-manager / init.php

init.php in APCu Manager trunk, at init.php

22 lines 611 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( 'APCM_PRODUCT_NAME', 'APCu Manager' );
11 define( 'APCM_PRODUCT_URL', 'https://github.com/Pierre-Lannoy/wp-apcu-manager' );
12 define( 'APCM_PRODUCT_SHORTNAME', 'APCu' );
13 define( 'APCM_PRODUCT_ABBREVIATION', 'apcm' );
14 define( 'APCM_SLUG', 'apcu-manager' );
15 define( 'APCM_VERSION', '4.6.1' );
16 define( 'APCM_CODENAME', '"-"' );
17
18 define( 'APCM_CDN_AVAILABLE', true );
19
20 define( 'APCM_CRON_STATS_NAME', 'apcm_apcu_stats' );
21 define( 'APCM_CRON_GC_NAME', 'apcm_apcu_gc' );
22