. * */ namespace Vvveb\Plugins\ImportWordpress\Controller; use \Vvveb\System\Import\Rss; use function Vvveb\__; use Vvveb\Controller\Base; use function Vvveb\htmlToText; use function Vvveb\nl2p; use Vvveb\Sql\categorySQL; use Vvveb\Sql\postSQL; class Settings extends Base { private $cats = []; private $postTypes = ['post', 'page', 'attachment']; function formatHtml($html) { //remove comments $html = preg_replace('//mi', '', $html); //fix align classes $html = str_replace( ['aligncenter', 'alignleft', 'alignright', '