Files
WORDPRESS_PLUGIN_model/plugins/wp_model_plugin/php/utils/globals.php
asus 35e851cf11 - added const dir path and url
- better file organisation
2024-02-09 15:27:38 +01:00

15 lines
277 B
PHP

<?php
/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
globals variables
const vs define : https://stackoverflow.com/questions/2447791/php-define-vs-const
*/
/* switch console_log
const CONSOLE_OFF = true;
*/
const CONSOLE_OFF = false;
?>