• Please wrap all your function in

    if(! function_exists('function_name'){
    ...
    }

    This makes it possible to overwrite existing functions like the footer function by child themes.

    Thanks!

  • The topic ‘Please warap your functions’ is closed to new replies.