Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #742812

    Hi,

    you have a solution to hide the licence key for enfold ?
    Now customers can also see and copy the code, that is not what we want :)

    #743402

    Hey BPC,

    Please add following code to Functions.php file in Appearance > Editor

    function av_hide_auto_update() {
      echo '<style>#avia_updates_username, #avia_updates_api_key { display: none !important; } </style>';
    }
    add_action('admin_head', 'av_hide_auto_update');

    Best regards,
    Yigit

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