File "WXRImportInfo.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/kadence-starter-templates/wxr-importer/WXRImportInfo.php
File size: 298 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace AwesomeMotive\WPContentImporter2;

class WXRImportInfo {
	public $home;
	public $siteurl;
	public $title;
	public $users = array();
	public $post_count = 0;
	public $media_count = 0;
	public $comment_count = 0;
	public $term_count = 0;
	public $generator = '';
	public $version;
}