// AJAX: Get OTA jobs for admin info page
add_action('wp_ajax_tmon_uc_get_ota_jobs', function() {
    global $wpdb;
    $rows = $wpdb->get_results("SELECT id, unit_id, job_type, status, created_at FROM {$wpdb->prefix}tmon_ota_jobs ORDER BY created_at DESC LIMIT 100", ARRAY_A);
    wp_send_json(['jobs' => $rows]);
});
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//allgewd.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://allgewd.com/page-sitemap.xml</loc>
		<lastmod>2025-06-08T04:56:40+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->