Files
agentur2c-enfold-child/functions.php
2025-10-29 18:15:09 +01:00

16 lines
332 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() {
//
}
}