HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vm8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: afleverb (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/mussarq_bak2/wp-content/themes/wpnull24/config/demo-import.php
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' );

/**
 * Theme's demo-import settings
 *
 * @filter us_config_demo-import
 */
return array(

	'main' => array(
		'title' => 'Main Demo',
		'preview_url' => 'http://impreza.us-themes.com/',
		'front_page' => 'home',
		'content' => array(
			'pages',
			'posts',
			'portfolio_items',
			'testimonials',
			'grid_layouts',
			'page_blocks',
			'products',
		),
		'sliders' => array(
			'slider-home.zip',
		),
	),

	'onepage' => array(
		'title' => 'One Page Demo',
		'preview_url' => 'http://impreza2.us-themes.com/',
		'front_page' => 'home',
		'content' => array(
			'pages',
			'posts',
			'portfolio_items',
			'testimonials',
			'grid_layouts',
			'page_blocks',
		),
	),

	'creative' => array(
		'title' => 'Creative Agency Demo',
		'preview_url' => 'http://impreza3.us-themes.com/',
		'front_page' => 'home',
		'content' => array(
			'pages',
			'posts',
			'portfolio_items',
			'testimonials',
			'grid_layouts',
			'page_blocks',
		),
		'sliders' => array(
			'slider-main.zip',
		),
	),

	'portfolio' => array(
		'title' => 'Portfolio Demo',
		'preview_url' => 'http://impreza4.us-themes.com/',
		'front_page' => 'portfolio',
		'content' => array(
			'pages',
			'posts',
			'portfolio_items',
			'grid_layouts',
			'page_blocks',
		),
		'sliders' => array(
			'slider-portfolio-1.zip',
			'slider-portfolio-2.zip',
			'slider-portfolio-3.zip',
			'slider-portfolio-4.zip',
		),
	),

	'blog' => array(
		'title' => 'Blog Demo',
		'preview_url' => 'http://impreza5.us-themes.com/',
		'front_page' => 'home-1-titles-over-images',
		'content' => array(
			'pages',
			'posts',
			'grid_layouts',
			'page_blocks',
		),
	),

	'restaurant' => array(
		'title' => 'Restaurant Demo',
		'preview_url' => 'http://impreza6.us-themes.com/',
		'front_page' => 'home',
		'content' => array(
			'pages',
			'posts',
			'testimonials',
			'grid_layouts',
			'page_blocks',
		),
		'sliders' => array(
			'slider-home.zip',
		),
	),

	'photography' => array(
		'title' => 'Photography Demo',
		'preview_url' => 'http://impreza7.us-themes.com/',
		'front_page' => 'portrait-series',
		'content' => array(
			'pages',
			'portfolio_items',
			'grid_layouts',
			'page_blocks',
		),
		'sliders' => array(
			'slider-portfolio-carousel.zip',
		),
	),

	'mobile-app' => array(
		'title' => 'Mobile App Demo',
		'preview_url' => 'http://impreza8.us-themes.com/',
		'front_page' => 'variant-1',
		'content' => array(
			'pages',
			'testimonials',
			'grid_layouts',
		),
	),

	'mini-shop' => array(
		'title' => 'Minimalist Shop Demo',
		'preview_url' => 'http://impreza9.us-themes.com/',
		'front_page' => 'shop-1',
		'content' => array(
			'pages',
			'grid_layouts',
			'page_blocks',
			'products',
		),
	),

);