[solved] Tired of the message “Hola! Please activate your copy of Visual Composer to receive automatic updates.”?

  • (0 votes)
  • Written by 
  • Tuesday, 30 April 2023 10:54

Tired of the message “Hola! Please activate your copy of Visual Composer to receive automatic updates.”? Add this code to you child_theme/function.php

setcookie('vchideactivationmsg', '1', strtotime('+3 years'), '/');
setcookie('vchideactivationmsg_vc11', (defined('WPB_VC_VERSION') ? WPB_VC_VERSION : '1'), strtotime('+3 years'), '/');

Looks super! keep it up

263 Read Last modified on Tuesday, 30 April 2023