First version

This commit is contained in:
2025-10-29 18:15:09 +01:00
parent 8b2f194322
commit 0cfd80d0b9
2 changed files with 32 additions and 1 deletions

View File

@@ -2,4 +2,14 @@
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* Wordpress will use those functions instead of the original functions then.
*/
*/
/*
* Enfold Debugging-Info im Quelltext ausblenden
*/
if(!function_exists('avia_debugging_info')){
function avia_debugging_info() {
//
}
}