
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: db-upgrader.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * DB upgrder class
 */

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
	die;
}

if ( ! class_exists( 'Jet_Popup_DB_Upgrader' ) ) {

	/**
	 * Define Jet_Popup_DB_Upgrader class
	 */
	class Jet_Popup_DB_Upgrader {

		/**
		 * Constructor for the class
		 */
		public function __construct() {

			/**
			 * Plugin initialized on new Jet_Popup_DB_Upgrader call.
			 * Please ensure, that it called only on admin context
			 */
			$db_updater_data = jet_popup()-&gt;module_loader-&gt;get_included_module_data( 'cx-db-updater.php' );

			new CX_DB_Updater(
				array(
					'path'      =&gt; $db_updater_data['path'],
					'url'       =&gt; $db_updater_data['url'],
					'slug'      =&gt; 'jet-popup',
					'version'   =&gt; '1.5.0',
					'callbacks' =&gt; array(
						'1.5.0' =&gt; array(
							array( $this, 'update_db_1_5_0' ),
						),
					),
					'labels'    =&gt; array(
						'start_update' =&gt; esc_html__( 'Start Update', 'jet-popup' ),
						'data_update'  =&gt; esc_html__( 'Data Update', 'jet-popup' ),
						'messages'     =&gt; array(
							'error'   =&gt; esc_html__( 'Module DB Updater init error in %s - version and slug is required arguments', 'jet-popup' ),
							'update'  =&gt; esc_html__( 'We need to update your database to the latest version.', 'jet-popup' ),
							'updated' =&gt; esc_html__( 'DB Update complete, thank you for updating to the latest version!', 'jet-popup' ),
						),
					),
				)
			);
		}

		/**
		 * Update db updater 1.5.0
		 *
		 * @return void
		 */
		public function update_db_1_5_0() {

			$conditions = jet_popup()-&gt;conditions_manager-&gt;get_site_popup_conditions();

			if ( empty( $conditions ) ) {
				return false;
			}

			foreach ( $conditions as $popup_id =&gt; $popup_data ) {

				$popup_settings = get_post_meta( $popup_id, '_elementor_page_settings', true );

				if ( isset( $popup_settings['jet_role_condition'] ) ) {

					$popup_conditions = jet_popup()-&gt;conditions_manager-&gt;get_popup_conditions( $popup_id );

					$popup_conditions[] = [
						'id'            =&gt; uniqid( '_' ),
						'include'       =&gt; 'true',
						'group'         =&gt; 'advanced',
						'subGroup'      =&gt; 'roles',
						'subGroupValue' =&gt; $popup_settings['jet_role_condition'],
					];

					jet_popup()-&gt;conditions_manager-&gt;update_popup_conditions( $popup_id, $popup_conditions );
				}
			}

			do_action( 'jet-popup/db_updater/update' );
		}

	}

}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//authentica.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://authentica.com/post-sitemap.xml</loc>
		<lastmod>2026-08-26T11:41:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/page-sitemap1.xml</loc>
		<lastmod>2026-08-26T08:04:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/page-sitemap2.xml</loc>
		<lastmod>2026-08-26T07:16:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/seoul-courses-sitemap.xml</loc>
		<lastmod>2026-07-13T10:19:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/barcelona-courses-sitemap.xml</loc>
		<lastmod>2026-07-24T07:14:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/florence-courses-sitemap.xml</loc>
		<lastmod>2026-07-21T10:27:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/programs_filters-sitemap.xml</loc>
		<lastmod>2026-08-25T10:16:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/category-sitemap.xml</loc>
		<lastmod>2026-08-26T11:41:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/news-sitemap.xml</loc>
		<lastmod>2026-08-25T11:26:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/video-sitemap.xml</loc>
		<lastmod>2026-08-21T13:20:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://authentica.com/local-sitemap.xml</loc>
		<lastmod>2026-07-21T08:21:27+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->