Okay
  Public Ticket #2475226
Remove the salient studio
Closed

Comments

  •  1
    xosegarcia started the conversation

    /* Remove the salient studio */ 

    function nectar_generate_salient_studio_button() { 
       return false; 
     } 
    function nectar_custom_studio_templates_for_vc() { 
      return false; 
    }


    Hello, we wanted to try to dismiss this using the Code snippets plugin but it gives us the following error:

    The nectar_generate_salient_studio_button function cannot be redeclared.

    If we make the change directly on the Functions.php everything works fine.
    Any problem with this code or can we be sure about adding it in the functions.php?

    Thank you


  •  8,992
    Tahir replied

    Hey Again,

    That error would only show if you have the function added in both the function.php and Code Snippets Plugin. Please recheck .

    Thanks


    ThemeNectar Support Team