15 lines
328 B
PHP
Executable File
15 lines
328 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() {
|
|
//
|
|
}
|
|
}
|
|
|