add_filter('tec_tickets_commerce_stripe_payment_intent_args', 'add_event_meta_to_payment_intent', 10, 3);

function add_event_meta_to_payment_intent($intent_args, $order, $ticket) {
    $event_id = get_post_meta($ticket->ID, '_tribe_wooticket_for_event', true);
    $event = get_post($event_id);

    if ($event) {
        $intent_args['metadata']['event_id'] = $event->ID;
        $intent_args['metadata']['event_name'] = $event->post_title;
        $intent_args['metadata']['event_date'] = get_the_date('', $event);
        $intent_args['metadata']['ticket_type'] = $ticket->name ?? 'N/A';
    }

    return $intent_args;
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//blackstarfarms.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://blackstarfarms.com/post-sitemap.xml</loc>
		<lastmod>2026-01-12T15:46:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://blackstarfarms.com/page-sitemap.xml</loc>
		<lastmod>2026-01-16T05:11:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://blackstarfarms.com/category-sitemap.xml</loc>
		<lastmod>2026-01-12T15:46:46+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->