-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbootstrap.php
More file actions
18 lines (16 loc) · 640 Bytes
/
bootstrap.php
File metadata and controls
18 lines (16 loc) · 640 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/**
* PHPStan bootstrap file
*
* @package Translation_Tools
*/
define( 'TRANSLATION_TOOLS_VERSION', '0.0.0' );
define( 'TRANSLATION_TOOLS_REQUIRED_PHP', '0.0.0' );
define( 'TRANSLATION_TOOLS_SETTINGS_VERSION', '0.0.0' );
define( 'TRANSLATION_TOOLS_WP_OPTION', 'translation_tools_settings' );
define( 'TRANSLATION_TOOLS_SETTINGS_PAGE', 'translation-tools' );
define( 'TRANSLATION_TOOLS_TRANSIENTS_PREFIX', 'translation_tools_' );
define( 'TRANSLATION_TOOLS_DIR_URL', 'http://' );
define( 'TRANSLATION_TOOLS_DIR_PATH', '/' );
define( 'TRANSLATION_TOOLS_FILE', 'translation-tools.php' );
define( 'TRANSLATION_TOOLS_DEBUG', true );