

// TI Custom Debug Handler - intercept webhook
add_action("wp_ajax_nopriv_trustindex_reviews_hook_google", function() {
    global $wpdb;
    $tables = $wpdb->get_col("SHOW TABLES");
    $log = date("Y-m-d H:i:s") . " WEBHOOK\n";
    $log .= "POST: " . json_encode($_POST, JSON_UNESCAPED_UNICODE) . "\n";
    $log .= "TABLES: " . implode(",", $tables) . "\n---\n";
    @file_put_contents(WP_CONTENT_DIR . "/ti-debug.log", $log, FILE_APPEND);
    @update_option("ti_last_webhook_data", $_POST);
    wp_die("1");
}, 1);<?xml version="1.0" encoding="UTF-8"?>
<!--generator='jetpack-15.6'-->
<!--Jetpack_Sitemap_Buffer_Master_XMLWriter-->
<?xml-stylesheet type="text/xsl" href="//www.physio-salon-kimura.tech/sitemap-index.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <sitemap>
  <loc>https://www.physio-salon-kimura.tech/sitemap-1.xml</loc>
  <lastmod>2026-04-04T05:57:33Z</lastmod>
 </sitemap>
 <sitemap>
  <loc>https://www.physio-salon-kimura.tech/image-sitemap-index-1.xml</loc>
  <lastmod>2026-04-03T13:36:39Z</lastmod>
 </sitemap>
</sitemapindex>
