And Make sure you download demo in a fresh install.
Your Old Data might be deleted.','brovy');?>
brovy_req_plugins;
foreach($brovy_req_plugins as $slug=>$plugin) :
if($plugin['bundled'] == false) {
?>
get_local_dir_path($plugin);
$github = true;
}
$status = $this->check_active($plugin);
switch($status['needs']) {
case 'install' :
$btn_class = 'install-offline button';
$label = esc_html__('Install and Activate', 'brovy');
$link = $plugin['location'];
break;
case 'deactivate' :
$btn_class = 'button';
$label = esc_html__('Deactivate', 'brovy');
$link = admin_url('plugins.php');
break;
case 'activate' :
$btn_class = 'activate-offline button button-primary';
$label = esc_html__('Activate', 'brovy');
$link = $plugin['location'];
break;
}
?>