wip renaming plugins elements

This commit is contained in:
asus
2024-02-12 10:13:02 +01:00
parent 0113500b13
commit ff7a9423a1
27 changed files with 458 additions and 200 deletions

View File

@@ -0,0 +1,22 @@
<?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;
/* a variable that will contain the name of the first script enqueued
*/
$first_script = null;
/* path to ajax.js file, from root of js dir
*/
$ajax_file = "utils/ajax.js";
?>