Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #883148

    Hi
    In the source code of my website the following code is displayed – I want to remove it – how do I do that

    <!–
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 4.1.2
    Installed: enfold
    AviaFramework Version: 4.6
    AviaBuilder Version: 0.9.5
    – – – – – – – – – – –
    ChildTheme: Intrade Theme
    ChildTheme Version: 1.0
    ChildTheme Installed: enfold

    ML:256-PU:61-PLA:5
    WP:4.8.3
    Updates: disabled
    –>

    #883166

    this is in functions-set-avia-frontend.php since line 1325
    I could also do without this information on source code !

    and the function is function avia_debugging_info()
    i do not see the benefit of this function

    If a mod can explain the reason for it ?
    this is the way you could get rid of it
    this to functions.php of your child theme:

    if(!function_exists('avia_debugging_info'))
    {
      function avia_debugging_info() {
        // 
      }
    }
    #883795

    Hi,

    Thanks for sharing @guenni007

    We have added that to be able to easier debug customer sites who are asking for support.

    Best regards,
    Rikard

    #890625

    thanks Rikard – but Question from 29.11. – i do expect a response of niallbyrne.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.