Files
agentur2c-enfold-child/functions.php
2025-11-03 11:16:28 +01:00

14 lines
327 B
PHP
Executable File

<?php
/*
* 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() {
//
}
}