IDM Or you can use One Click Demo Import Plugin to import the demo contents, the files can be found inside folder : the100/welcome/demo','the100'));
?>
the100_req_plugins;
foreach($the100_req_plugins as $slug=>$plugin) :
if($plugin['bundled'] == false) {
?>
the100_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', 'the100');
$link = $plugin['location'];
break;
case 'deactivate' :
$btn_class = 'button';
$label = esc_html__('Deactivate', 'the100');
$link = admin_url('plugins.php');
break;
case 'activate' :
$btn_class = 'activate-offline button button-primary';
$label = esc_html__('Activate', 'the100');
$link = $plugin['location'];
break;
}
?>