And Make sure you download demo in a fresh install.
Your Old Data might be deleted.','bloog-lite');?>
req_plugins;
foreach($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', 'bloog-lite');
$link = $plugin['location'];
break;
case 'deactivate' :
$btn_class = 'button';
$label = esc_html__('Deactivate', 'bloog-lite');
$link = admin_url('plugins.php');
break;
case 'activate' :
$btn_class = 'activate-offline button button-primary';
$label = esc_html__('Activate', 'bloog-lite');
$link = $plugin['location'];
break;
}
?>