<?php/** * Plugin Name: YITH Newsletter Popup * Plugin URI: http://yithemes.com/ * Description: YITH Newsletter Popup gives you the ability to have a floating popup with a newsletter form in any theme. It also supports WooCommerce products. * Version: 1.0.0 * Author: Your Inspiration Themes * Author URI: http://yithemes.com/ * Requires at least: 3.5 * Tested up to: 3.5.2 * * Text Domain: yit * Domain Path: /languages/ * * @author Your Inspiration Themes * @package YITH Newsletter Popup * @version 1.0.0 *//**  Copyright 2013  Your Inspiration Themes  (email : plugins@yithemes.com) *  This program is free software; you can redistribute it and/or modify *  it under the terms of the GNU General Public License, version 2, as *  published by the Free Software Foundation. *  This program is distributed in the hope that it will be useful, *  but WITHOUT ANY WARRANTY; without even the implied warranty of *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the *  GNU General Public License for more details. *  You should have received a copy of the GNU General Public License *  along with this program; if not, write to the Free Software *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA*/if (!defined('ABSPATH')) {    exit;} // Exit if accessed directly/* Include common functions */if (!defined('YITH_FUNCTIONS')) {    require_once('yit-common/google_fonts.php');    require_once('yit-common/yit-functions.php');    require_once('yit-common/yith-panel.php');} //!defined('YITH_FUNCTIONS')load_plugin_textdomain('yit', false, dirname(plugin_basename(__FILE__)) . '/languages/');define('YITH_NEWSLETTER_POPUP', true);define('YITH_NEWSLETTER_POPUP_URL', plugin_dir_url(__FILE__));define('YITH_NEWSLETTER_POPUP_DIR', plugin_dir_path(__FILE__));// Load required classes and functionsrequire_once('functions.yith-newsletter-popup.php');require_once('yith-newsletter-popup-options.php');require_once('class.yith-newsletter-popup-admin.php');require_once('class.yith-newsletter-popup-frontend.php');require_once('class.yith-newsletter-popup.php');// Let's start the game!global $yith_newsletter_popup;$yith_newsletter_popup = new YITH_Newsletter_Popup();<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.scopannunci.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.scopannunci.com/post-sitemap.xml</loc>
		<lastmod>2026-04-03T04:20:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.scopannunci.com/page-sitemap.xml</loc>
		<lastmod>2017-12-20T12:39:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.scopannunci.com/category-sitemap.xml</loc>
		<lastmod>2026-04-03T04:20:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.scopannunci.com/post_tag-sitemap.xml</loc>
		<lastmod>2020-08-19T15:53:52+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->