- added const dir path and url
- better file organisation
This commit is contained in:
14
plugins/wp_model_plugin/php/utils/globals.php
Normal file
14
plugins/wp_model_plugin/php/utils/globals.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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;
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user