/** * Plugin Name: WP Yahoo RSS (With SEO Delay & Security Hardening) * Plugin URI: https://gen.caca01.com/ * Description: Wordpress Yahoo RSS feed tweaked for only tyenews.com (Includes SEO Time Delay, Path locking, and Performance fix) * Version: 1.0.9 * Author: Carter Wu (Final Patch: Route locking + Query Scoping + UTC Time) + Safe Cache Patch * Author URI: https://gen.caca01.com/ * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: wp-yahoo-rss */ if (!defined('ABSPATH')) exit; const YH_DELAY_MINUTES = 120; const YH_QUERY_VAR = 'yh_feed_stats'; function yh_register_rewrite_rules() { add_rewrite_rule('^yahoo-rss(?:/([^/]+))?/?$', 'index.php?' . YH_QUERY_VAR . '=true&type=$matches[1]', 'top'); } add_filter('query_vars', 'yh_feed_query_vars'); function yh_feed_query_vars($query_vars) { $query_vars[] = YH_QUERY_VAR; $query_vars[] = 'type'; return $query_vars; } register_activation_hook(__FILE__, 'yh_feed_activate'); function yh_feed_activate() { yh_register_rewrite_rules(); flush_rewrite_rules(false); } register_deactivation_hook(__FILE__, 'yh_feed_deactivate'); function yh_feed_deactivate() { flush_rewrite_rules(false); } add_action('init', 'yh_feed_init'); function yh_feed_init() { yh_register_rewrite_rules(); } add_action('parse_request', 'yh_feed_parse_request'); function yh_feed_parse_request(&$wp) { if (!array_key_exists(YH_QUERY_VAR, $wp->query_vars)) { return; } $is_yahoo_path = false; if (!empty($wp->request) && preg_match('#^yahoo-rss(?:/|$)#', $wp->request)) { $is_yahoo_path = true; } if ($is_yahoo_path) { if (!defined('IS_YAHOO_FEED')) { define('IS_YAHOO_FEED', true); } $linkify_path = dirname(__FILE__) . '/data/linkify.php'; if (file_exists($linkify_path)) { require_once $linkify_path; } } } add_action('template_redirect', 'yh_feed_render_output'); function yh_feed_render_output() { if (!defined('IS_YAHOO_FEED') || IS_YAHOO_FEED !== true) { return; } if (!defined('DONOTCACHEPAGE')) define('DONOTCACHEPAGE', true); if (!defined('DONOTCACHEOBJECT')) define('DONOTCACHEOBJECT', true); if (!defined('DONOTCACHEDB')) define('DONOTCACHEDB', true); // ✅ 改這裡:用 query var 取 type(rewrite 進來就是 query var) $type = get_query_var('type'); $type = is_string($type) ? sanitize_key($type) : ''; $cache_key = 'yh_yahoo_feed_xml_' . md5($type); $force = (isset($_GET['nocache']) && $_GET['nocache'] !== ''); if (!$force) { $cached = get_transient($cache_key); if (is_string($cached) && $cached !== '') { header('Content-Type: text/xml; charset=utf-8'); echo $cached; exit(); } } $list_path = dirname(__FILE__) . '/data/list.php'; if (!file_exists($list_path)) { status_header(404); header('Content-Type: text/plain; charset=UTF-8'); echo 'Error: RSS template file not found.'; exit(); } ob_start(); try { include $list_path; $xml = ob_get_clean(); } catch (Throwable $e) { if (ob_get_level()) ob_end_clean(); status_header(500); header('Content-Type: text/plain; charset=UTF-8'); echo 'Feed error: ' . $e->getMessage(); exit(); } if (is_string($xml) && $xml !== '') { set_transient($cache_key, $xml, 60); } header('Content-Type: text/xml; charset=utf-8'); echo $xml; exit(); } function yh_filter_cats($categories) { if (empty($categories) || !is_array($categories)) return ''; foreach ($categories as $category) { if (!is_object($category)) continue; $name = isset($category->name) ? trim((string)$category->name) : ''; $slug = isset($category->slug) ? strtolower(trim((string)$category->slug)) : ''; if ( $name === 'YAHOO' || $name === '不送YAHOO' || $slug === 'nosend-yahoo' || $slug === '不上yahoo' || strpos($slug, 'yahoo') !== false ) { return ''; } } return isset($categories[0]->name) ? esc_html($categories[0]->name) : ''; } function yh_cat_yahoo($category) { return $category; } add_action('pre_get_posts', 'yh_exclude_nosend_yahoo_from_yahoo_rss'); function yh_exclude_nosend_yahoo_from_yahoo_rss($query) { if (is_admin() || !defined('IS_YAHOO_FEED') || IS_YAHOO_FEED !== true) { return; } $pt = $query->get('post_type'); if (!empty($pt) && $pt !== 'post') { return; } $query->set('post_type', 'post'); static $exclude_term_ids = null; if ($exclude_term_ids === null) { $exclude_term_ids = array(); $term_slugs = array('nosend-yahoo', '不上yahoo'); foreach ($term_slugs as $slug) { $term = get_category_by_slug($slug); if ($term && !is_wp_error($term)) { $exclude_term_ids[] = (int) $term->term_id; } } } if (!empty($exclude_term_ids)) { $tax_query = (array) $query->get('tax_query'); $tax_query[] = array( 'taxonomy' => 'category', 'field' => 'term_id', 'terms' => $exclude_term_ids, 'operator' => 'NOT IN', ); $query->set('tax_query', $tax_query); } $delay_minutes = (int) YH_DELAY_MINUTES; if ($delay_minutes > 0) { $cutoff_ts = (int) current_time('timestamp', true) - ($delay_minutes * 60); $cutoff_time = gmdate('Y-m-d H:i:s', $cutoff_ts); $date_query = (array) $query->get('date_query'); $date_query[] = array( 'column' => 'post_date_gmt', 'before' => $cutoff_time, ); $query->set('date_query', $date_query); } $query->set('ignore_sticky_posts', true); $query->set('no_found_rows', true); $query->set('cache_results', false); $query->set('update_post_meta_cache', false); $query->set('update_post_term_cache', true); } 華泰名品城開幕10周年 聖誕村活動盛大登場
2026年03月03日 星期二

華泰名品城開幕10周年 聖誕村活動盛大登場

  • 華泰名品城聖誕村活動融合購物、餐飲、娛樂與沉浸式節慶體驗,打造桃園最大聖誕樹、節慶市集與多元活動。
  • 桃園市長張善政昨(21)日下午前往中壢區,出席「華泰名品城10周年聖誕村」宣傳記者會。
  • 張善政表示,青埔地區因高鐵桃園站設置,吸引華泰名品城等知名企業投資,帶動周邊產業、建設與商業聚落蓬勃發展,是國內軌道經濟發展重要成功案例。
Q:這篇在講什麼?
A:華泰名品城聖誕村活動融合購物、餐飲、娛樂與沉浸式節慶體驗,打造桃園最大聖誕樹、節慶市集與多元活動。
Q:重點是什麼?
A:桃園市長張善政昨(21)日下午前往中壢區,出席「華泰名品城10周年聖誕村」宣傳記者會。
0caac810 a493 42fa 8663 912c3f4029b6 scaled
華泰名品城聖誕村活動融合購物、餐飲、娛樂與沉浸式節慶體驗,打造桃園最大聖誕樹、節慶市集與多元活動。圖:市府提供

桃園市長張善政昨(21)日下午前往中壢區,出席「華泰名品城10周年聖誕村」宣傳記者會。張善政表示,青埔地區因高鐵桃園站設置,吸引華泰名品城等知名企業投資,帶動周邊產業、建設與商業聚落蓬勃發展,是國內軌道經濟發展重要成功案例。市府將借鏡高鐵桃園站成功經驗,與各單位攜手推動桃園捷運、鐵路地下化沿線發展,以「青埔模式」形塑桃園軌道經濟新亮點。

636df3bd 775e 4f5c 8a58 efb3d6bbe5b7 scaled
「華泰名品城10周年聖誕村」宣傳記者會。圖:市府提供

張善政指出,市府今(114)年推出「桃園百倍奉還」活動,只要在年底前於桃園登記店家消費100元以上,並上網登錄發票,即有機會抽中最高100萬元現金大獎。活動推出第一周,累計登錄發票即突破13萬張,總消費金額逾1億元,反應相當踴躍,歡迎國人至桃園購物、用餐或旅遊,支持本地商家同時把握抽獎機會。

17f1512a 20ad 4d00 90a8 595ba223ff74 scaled
桃園市長張善政。圖:市府提供

交通部鐵道局長楊正君表示,高鐵帶動青埔地區發展是軌道經濟典範案例,未來鐵道局也將持續與市府合作,強化站區整體發展,進一步活絡青埔商圈。

華泰大飯店集團執行長陳炯福表示,感謝市府、交通部鐵道局、市議會及所有商業夥伴,一同攜手茁壯園區,未來該集團也將持續精進服務品質,打造更具溫度、承載市民美好回憶的生活場域。

經發局指出,青埔地區緊鄰桃園國際機場,並結合高鐵桃園站及機場捷運等重大建設,已逐步形成北台灣國際生活圈。此次聖誕村活動融合購物、餐飲、娛樂與沉浸式節慶體驗,打造桃園最大聖誕樹、節慶市集與多元活動,營造互動樂趣與濃厚節慶氛圍。

 

spot_imgspot_imgspot_img

相關新聞

即時新聞

頭條新聞

熱門新聞

會員註冊
註冊讀者會員|即時掌握在地新聞,專屬好康不漏接
密碼至少8碼

已有帳號?