{"id":1152,"date":"2025-01-16T12:32:16","date_gmt":"2025-01-16T12:32:16","guid":{"rendered":"https:\/\/msianpestcontrol.com\/?page_id=1152"},"modified":"2026-05-12T08:04:04","modified_gmt":"2026-05-12T08:04:04","slug":"whistle-blowing-policy","status":"publish","type":"page","link":"https:\/\/msianpestcontrol.com\/zh\/\u4e3e\u62a5\u653f\u7b56\/","title":{"rendered":"\u4e3e\u62a5\u653f\u7b56"},"content":{"rendered":"<!-- =========================================================\n     MPC WHISTLE BLOWING POLICY \u2014 Custom HTML Block\n     Paste into existing page \/whistle-blowing-policy\/\n     Scoped to .mpc-wbp to avoid affecting theme.\n     Content preserved verbatim (with email typo fixed).\n     Design matches \/quality-policy\/ + \/health-and-safety-policy\/ + \/zero-tolerance-policy-cultivating-respect\/.\n     ========================================================= -->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&#038;family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* ============================================================\n   MPC WHISTLE BLOWING POLICY \u2014 scoped to .mpc-wbp\n   ============================================================ *\/\n.mpc-wbp {\n  --mpc-blue: #0B3B8C;\n  --mpc-blue-deep: #072560;\n  --mpc-blue-ink: #061B44;\n  --mpc-gold: #C9A34A;\n  --mpc-paper: #FAF8F3;\n  --mpc-line: #E6E1D5;\n  --mpc-ink: #14161C;\n  --mpc-ink-soft: #3A3E4A;\n  --mpc-ink-muted: #6B6F7A;\n  --mpc-wa-green: #25D366;\n  --mpc-serif: 'Fraunces', Georgia, serif;\n  --mpc-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n\n  font-family: var(--mpc-sans);\n  color: var(--mpc-ink);\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n}\n.mpc-wbp *,\n.mpc-wbp *::before,\n.mpc-wbp *::after { box-sizing: border-box; }\n.mpc-wbp a { color: inherit; text-decoration: none; }\n.mpc-wbp img { max-width: 100%; display: block; }\n.mpc-wbp p { margin: 0 0 1em 0; }\n.mpc-wbp ul { list-style: none; padding: 0; margin: 0; }\n.mpc-wbp h1, .mpc-wbp h2, .mpc-wbp h3,\n.mpc-wbp h4, .mpc-wbp h5 { margin: 0; }\n\n.mpc-container {\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n\/* ============ BUTTONS ============ *\/\n.mpc-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 13px 24px;\n  font-family: var(--mpc-sans);\n  font-weight: 600;\n  font-size: 14px;\n  letter-spacing: 0.01em;\n  border-radius: 2px;\n  cursor: pointer;\n  transition: all 0.2s ease;\n  text-decoration: none !important;\n  border: none;\n}\n.mpc-btn-ghost { background: transparent; color: var(--mpc-blue) !important; border: 1px solid var(--mpc-blue); }\n.mpc-btn-ghost:hover { background: var(--mpc-blue); color: #fff !important; }\n.mpc-btn-gold { background: var(--mpc-gold); color: var(--mpc-blue-ink) !important; }\n.mpc-btn-gold:hover { background: #D9B45D; transform: translateY(-1px); }\n.mpc-btn-wa { background: var(--mpc-wa-green); color: #fff !important; }\n.mpc-btn-wa:hover { background: #1EBE5D; transform: translateY(-1px); color: #fff !important; }\n\n\/* ============ EYEBROW ============ *\/\n.mpc-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 11px;\n  letter-spacing: 0.26em;\n  text-transform: uppercase;\n  color: var(--mpc-blue);\n  font-weight: 600;\n  margin-bottom: 20px;\n}\n.mpc-eyebrow::before {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n}\n\n.mpc-section {\n  padding: 60px 0;\n  margin: 0 -24px;\n}\n.mpc-section .mpc-container { padding: 0 24px; }\n.mpc-section-paper { background: var(--mpc-paper); }\n.mpc-section-white { background: #fff; }\n\n\/* ============ HERO ============ *\/\n.mpc-hero {\n  background: linear-gradient(180deg, #FAF8F3 0%, #F2EEE2 100%);\n  padding: 72px 0 60px;\n  margin: 0 -24px;\n  border-bottom: 1px solid var(--mpc-line);\n  position: relative;\n  overflow: hidden;\n}\n.mpc-hero::before {\n  content: '';\n  position: absolute;\n  top: -150px; right: -150px;\n  width: 460px; height: 460px;\n  background: radial-gradient(circle, rgba(11,59,140,0.1) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-hero-content {\n  position: relative;\n  text-align: center;\n  max-width: 760px;\n  margin: 0 auto;\n}\n.mpc-hero-breadcrumb {\n  font-size: 11px;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: var(--mpc-ink-muted);\n  font-weight: 600;\n  margin-bottom: 16px;\n}\n.mpc-hero-breadcrumb a {\n  color: var(--mpc-blue);\n  border-bottom: 1px solid transparent;\n  transition: border-color 0.2s;\n}\n.mpc-hero-breadcrumb a:hover {\n  border-bottom-color: var(--mpc-blue);\n}\n.mpc-hero-breadcrumb span {\n  margin: 0 8px;\n  color: var(--mpc-line);\n}\n.mpc-hero h1 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(36px, 4.6vw, 54px);\n  line-height: 1.05;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 18px;\n}\n.mpc-hero h1 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-hero-lead {\n  font-size: 17px;\n  line-height: 1.65;\n  color: var(--mpc-ink-soft);\n  margin: 0 auto;\n  max-width: 640px;\n}\n.mpc-hero-meta {\n  display: inline-flex;\n  align-items: center;\n  gap: 14px;\n  margin-top: 22px;\n  padding: 8px 18px;\n  background: rgba(255,255,255,0.6);\n  border: 1px solid var(--mpc-line);\n  font-size: 11.5px;\n  letter-spacing: 0.04em;\n  color: var(--mpc-ink-soft);\n}\n.mpc-hero-meta strong { color: var(--mpc-blue-ink); font-weight: 600; }\n\n\/* ============ POLICY IMAGE ============ *\/\n.mpc-policy-image {\n  text-align: center;\n  margin-bottom: 40px;\n}\n.mpc-policy-image img {\n  max-width: 100%;\n  display: inline-block;\n  border: 1px solid var(--mpc-line);\n}\n\n\/* ============ POLICY INTRO ============ *\/\n.mpc-policy-intro {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  border-left: 3px solid var(--mpc-gold);\n  padding: 28px 32px;\n  margin-bottom: 50px;\n}\n.mpc-policy-intro p {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 17px;\n  line-height: 1.65;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.005em;\n  margin: 0 0 14px 0;\n}\n.mpc-policy-intro p:last-child { margin-bottom: 0; }\n\n\/* ============ SECTION HEADINGS ============ *\/\n.mpc-policy-section-head {\n  margin-bottom: 26px;\n  padding-bottom: 14px;\n  border-bottom: 1px solid var(--mpc-line);\n}\n.mpc-policy-section-head .mpc-eyebrow { margin-bottom: 10px; }\n.mpc-policy-section-head h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(22px, 2.6vw, 30px);\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.02em;\n  margin: 0;\n}\n.mpc-policy-section-head h2 em {\n  font-style: italic;\n  color: var(--mpc-blue);\n}\n\n\/* ============ PROSE BLOCK ============ *\/\n.mpc-prose {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 26px 30px;\n  margin-bottom: 50px;\n}\n.mpc-prose p {\n  font-size: 15px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.75;\n  margin: 0 0 14px 0;\n}\n.mpc-prose p:last-child { margin-bottom: 0; }\n.mpc-prose p a {\n  color: var(--mpc-blue);\n  font-weight: 600;\n  border-bottom: 1px solid rgba(11,59,140,0.3);\n  transition: border-color 0.2s;\n}\n.mpc-prose p a:hover { border-bottom-color: var(--mpc-blue); }\n\n\/* ============ INTRO TEXT (for grids) ============ *\/\n.mpc-intro-text {\n  font-size: 15px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.65;\n  margin-bottom: 28px;\n}\n\n\/* ============ MISCONDUCT LIST (numbered, compact) ============ *\/\n.mpc-misconduct-list {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 8px 0;\n  margin-bottom: 18px;\n}\n.mpc-misconduct-item {\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 18px;\n  padding: 16px 28px;\n  border-bottom: 1px solid var(--mpc-line);\n  align-items: center;\n}\n.mpc-misconduct-item:last-child { border-bottom: none; }\n.mpc-misconduct-item:hover { background: var(--mpc-paper); }\n.mpc-misconduct-num {\n  width: 34px;\n  height: 34px;\n  background: var(--mpc-paper);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 14px;\n  flex-shrink: 0;\n  border: 1px solid var(--mpc-line);\n}\n.mpc-misconduct-text {\n  font-size: 14.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.55;\n}\n.mpc-misconduct-note {\n  background: var(--mpc-paper);\n  border-left: 3px solid var(--mpc-blue);\n  padding: 14px 22px;\n  margin-bottom: 50px;\n  font-size: 13.5px;\n  font-style: italic;\n  color: var(--mpc-ink-soft);\n  line-height: 1.6;\n}\n\n\/* ============ CONFIDENTIALITY CLAUSES ============ *\/\n.mpc-clauses {\n  display: flex;\n  flex-direction: column;\n  gap: 14px;\n  margin-bottom: 50px;\n}\n.mpc-clause {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  border-left: 3px solid var(--mpc-blue);\n  padding: 22px 28px;\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 18px;\n  align-items: start;\n}\n.mpc-clause-num {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 22px;\n  color: var(--mpc-gold);\n  font-weight: 500;\n  letter-spacing: -0.01em;\n  line-height: 1;\n  min-width: 32px;\n}\n.mpc-clause p {\n  font-size: 14px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.65;\n  margin: 0;\n}\n\n\/* ============ REPORTING CHANNELS (DARK BAND) ============ *\/\n.mpc-channels {\n  background: linear-gradient(135deg, var(--mpc-blue-ink) 0%, var(--mpc-blue-deep) 100%);\n  color: #fff;\n  padding: 56px 0;\n  margin: 0 -24px 50px;\n  position: relative;\n  overflow: hidden;\n}\n.mpc-channels::before {\n  content: '';\n  position: absolute;\n  top: -100px; right: -100px;\n  width: 360px; height: 360px;\n  background: radial-gradient(circle, rgba(201,163,74,0.18) 0%, transparent 60%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-channels-head {\n  text-align: center;\n  max-width: 720px;\n  margin: 0 auto 32px auto;\n  position: relative;\n}\n.mpc-channels-eyebrow {\n  font-size: 10.5px;\n  letter-spacing: 0.26em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  font-weight: 700;\n  margin-bottom: 14px;\n}\n.mpc-channels-head h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(24px, 2.8vw, 32px);\n  line-height: 1.15;\n  color: #fff;\n  margin-bottom: 12px;\n  letter-spacing: -0.02em;\n}\n.mpc-channels-head h3 em { font-style: italic; color: var(--mpc-gold); }\n.mpc-channels-head p {\n  color: rgba(255,255,255,0.85);\n  font-size: 14px;\n  line-height: 1.65;\n  margin: 0;\n}\n.mpc-channels-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n  position: relative;\n}\n@media (max-width: 720px) { .mpc-channels-grid { grid-template-columns: 1fr; } }\n.mpc-channel {\n  background: rgba(255,255,255,0.07);\n  border: 1px solid rgba(255,255,255,0.18);\n  padding: 26px 28px;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  text-decoration: none !important;\n  color: inherit !important;\n  transition: all 0.25s;\n}\n.mpc-channel:hover {\n  background: rgba(201,163,74,0.15);\n  border-color: var(--mpc-gold);\n  transform: translateY(-2px);\n}\n.mpc-channel-icon {\n  width: 44px; height: 44px;\n  background: rgba(201,163,74,0.2);\n  color: var(--mpc-gold);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n}\n.mpc-channel-icon svg { width: 22px; height: 22px; }\n.mpc-channel-label {\n  font-size: 10.5px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  font-weight: 700;\n}\n.mpc-channel-value {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 19px;\n  color: #fff;\n  letter-spacing: -0.005em;\n  word-break: break-all;\n}\n.mpc-channels-instructions {\n  position: relative;\n  margin-top: 24px;\n  padding-top: 22px;\n  border-top: 1px dashed rgba(255,255,255,0.2);\n  text-align: center;\n}\n.mpc-channels-instructions p {\n  color: rgba(255,255,255,0.85);\n  font-size: 13.5px;\n  line-height: 1.65;\n  margin: 0 0 6px 0;\n}\n.mpc-channels-instructions p strong { color: #fff; font-weight: 600; }\n.mpc-channels-instructions p:last-child { margin-bottom: 0; }\n\n\/* ============ PROTECTION BANNER ============ *\/\n.mpc-protection {\n  background: var(--mpc-paper);\n  border: 1px solid var(--mpc-gold);\n  padding: 28px 32px;\n  margin-bottom: 50px;\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 22px;\n  align-items: start;\n}\n@media (max-width: 600px) {\n  .mpc-protection { grid-template-columns: 1fr; gap: 16px; }\n}\n.mpc-protection-icon {\n  width: 56px; height: 56px;\n  background: var(--mpc-gold);\n  color: var(--mpc-blue-ink);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  flex-shrink: 0;\n}\n.mpc-protection-icon svg { width: 28px; height: 28px; }\n.mpc-protection-content h4 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 19px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.2;\n  margin-bottom: 8px;\n}\n.mpc-protection-content h4 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-protection-content p {\n  font-size: 14px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.7;\n  margin: 0 0 10px 0;\n}\n.mpc-protection-content p:last-child { margin-bottom: 0; }\n\n\/* ============ FEEDBACK CALLOUT ============ *\/\n.mpc-feedback {\n  background: #fff;\n  border-top: 1px solid var(--mpc-line);\n  border-bottom: 1px solid var(--mpc-line);\n  padding: 50px 0;\n  margin: 0 -24px;\n}\n.mpc-feedback-grid {\n  display: grid;\n  grid-template-columns: auto 1fr auto;\n  gap: 36px;\n  align-items: center;\n}\n@media (max-width: 820px) {\n  .mpc-feedback-grid {\n    grid-template-columns: 1fr;\n    gap: 22px;\n    text-align: center;\n  }\n}\n.mpc-feedback-icon {\n  width: 72px; height: 72px;\n  border: 2px solid var(--mpc-blue);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  flex-shrink: 0;\n}\n@media (max-width: 820px) {\n  .mpc-feedback-icon { margin: 0 auto; }\n}\n.mpc-feedback-icon svg { width: 34px; height: 34px; }\n.mpc-feedback-eyebrow {\n  font-size: 10px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--mpc-blue);\n  font-weight: 700;\n  margin-bottom: 8px;\n}\n.mpc-feedback h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(20px, 2.2vw, 26px);\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 6px;\n  letter-spacing: -0.01em;\n}\n.mpc-feedback h3 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-feedback p {\n  font-size: 14px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* ============ RELATED POLICIES ============ *\/\n.mpc-related-head {\n  text-align: center;\n  max-width: 640px;\n  margin: 0 auto 40px auto;\n}\n.mpc-related-head .mpc-eyebrow { justify-content: center; }\n.mpc-related-head .mpc-eyebrow::before { display: none; }\n.mpc-related-head .mpc-eyebrow::after {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n  margin-left: 10px;\n}\n.mpc-related-head h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(26px, 3vw, 36px);\n  line-height: 1.15;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 12px;\n}\n.mpc-related-head h2 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-related-head p {\n  font-size: 15px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.6;\n  margin: 0;\n}\n.mpc-related-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n}\n@media (max-width: 900px) { .mpc-related-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 540px) { .mpc-related-grid { grid-template-columns: 1fr; } }\n.mpc-related {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 22px 22px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  text-decoration: none !important;\n  color: inherit !important;\n  transition: all 0.25s;\n}\n.mpc-related:hover {\n  border-color: var(--mpc-blue);\n  transform: translateY(-2px);\n  box-shadow: 0 10px 24px -16px rgba(11,59,140,0.2);\n}\n.mpc-related-icon {\n  width: 40px; height: 40px;\n  background: var(--mpc-paper);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  margin-bottom: 4px;\n}\n.mpc-related-icon svg { width: 20px; height: 20px; }\n.mpc-related h4 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 16px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.2;\n}\n.mpc-related p {\n  font-size: 12px;\n  color: var(--mpc-ink-muted);\n  line-height: 1.5;\n  margin: 0;\n  flex: 1;\n}\n.mpc-related-arrow {\n  font-size: 11px;\n  font-weight: 600;\n  color: var(--mpc-blue);\n  letter-spacing: 0.02em;\n  margin-top: 4px;\n}\n.mpc-related.current {\n  background: var(--mpc-paper);\n  border-color: var(--mpc-gold);\n  cursor: default;\n}\n.mpc-related.current:hover {\n  transform: none;\n  box-shadow: none;\n}\n.mpc-related.current .mpc-related-arrow {\n  color: var(--mpc-gold);\n}\n.mpc-related-current-tag {\n  position: absolute;\n  top: -1px; right: -1px;\n  background: var(--mpc-gold);\n  color: var(--mpc-blue-ink);\n  font-size: 9px;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  font-weight: 700;\n  padding: 3px 8px;\n}\n.mpc-related-wrap {\n  position: relative;\n}\n\n\/* ============ FINAL CTA ============ *\/\n.mpc-final {\n  background: var(--mpc-paper);\n  padding: 50px 0;\n  margin: 0 -24px;\n  text-align: center;\n  border-top: 1px solid var(--mpc-line);\n}\n.mpc-final h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(22px, 2.4vw, 28px);\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 12px;\n  letter-spacing: -0.01em;\n}\n.mpc-final h3 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-final p {\n  font-size: 14px;\n  color: var(--mpc-ink-soft);\n  margin: 0 auto 22px auto;\n  max-width: 540px;\n}\n.mpc-final-buttons {\n  display: inline-flex;\n  gap: 10px;\n  flex-wrap: wrap;\n  justify-content: center;\n}\n<\/style>\n\n<!-- =====================================================\n     PAGE CONTENT STARTS HERE\n     ===================================================== -->\n<div class=\"mpc-wbp\">\n\n  <!-- HERO -->\n  <section class=\"mpc-hero\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-hero-content\">\n        <div class=\"mpc-hero-breadcrumb\">\n          <a href=\"\/zh\/\">\u5bb6<\/a><span>\u203a<\/span><a href=\"https:\/\/msianpestcontrol.com\/zh\/\u5173\u4e8e\u6211\u4eec\/\">About<\/a><span>\u203a<\/span>\u4e3e\u62a5\u653f\u7b56\n        <\/div>\n        <h1>Whistle Blowing <em>Policy.<\/em><\/h1>\n        <p class=\"mpc-hero-lead\">A secure mechanism for employees and stakeholders to report suspected wrongdoing, inappropriate behaviour, or misconduct \u2014 enabling <em>prompt management action<\/em> and protecting whistle-blowers acting in good faith.<\/p>\n        <div class=\"mpc-hero-meta\">\n          <span>Document version:<\/span>\n          <strong>\u4e8e 2025 \u5e74 1 \u6708 1 \u65e5\u66f4\u65b0<\/strong>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- POLICY BODY -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n\n      <!-- IMAGE (preserved from original) -->\n      <div class=\"mpc-policy-image\">\n        <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2025\/01\/Copy-of-Genesis-Origo-is-LCCI-centre-by-IAB10-1024x332.png\" alt=\"Malaysian Pest Control Whistle Blowing Policy\">\n      <\/div>\n\n      <!-- MISSION \/ OBJECTIVE -->\n      <div class=\"mpc-policy-intro\">\n        <p>In line with good corporate governance practices, the Board of Directors of Malaysian Pest Control Sdn. Bhd. (&#8220;the Company&#8221;) encourages all employees and stakeholders to report any suspected inappropriate behavior or misconduct related to fraud, corrupt practices, and\/or abuses involving the Company&#8217;s resources.<\/p>\n        <p>\u6b64\u653f\u7b56\u65e8\u5728\u4e3a\u5458\u5de5\u548c\u5229\u76ca\u76f8\u5173\u8005\u63d0\u4f9b\u5b89\u5168\u673a\u5236\uff0c\u4ee5\u4fbf\u53ca\u65f6\u4e3e\u62a5\u4efb\u4f55\u7591\u4f3c\u4e0d\u5f53\u884c\u4e3a\u6216\u4e0d\u5f53\u884c\u4e3a\u3002\u8fd9\u4f7f\u7ba1\u7406\u5c42\u80fd\u591f\u8fc5\u901f\u91c7\u53d6\u884c\u52a8\uff0c\u53ca\u65f6\u89e3\u51b3\u548c\u7ea0\u6b63\u6b64\u7c7b\u95ee\u9898\u3002<\/p>\n      <\/div>\n\n      <!-- EXAMPLES OF MISCONDUCT -->\n      <div class=\"mpc-policy-section-head\">\n        <div class=\"mpc-eyebrow\">Section 01<\/div>\n        <h2>Examples of <em>misconduct.<\/em><\/h2>\n      <\/div>\n\n      <p class=\"mpc-intro-text\">\u4ee5\u4e0b\u662f\u6839\u636e\u6b64\u653f\u7b56\u53ef\u4ee5\u62a5\u544a\u7684\u6d3b\u52a8\u793a\u4f8b\uff1a<\/p>\n\n      <div class=\"mpc-misconduct-list\">\n        <div class=\"mpc-misconduct-item\">\n          <div class=\"mpc-misconduct-num\">01<\/div>\n          <div class=\"mpc-misconduct-text\">Abuse or misuse of the Company&#8217;s assets or resources.<\/div>\n        <\/div>\n        <div class=\"mpc-misconduct-item\">\n          <div class=\"mpc-misconduct-num\">02<\/div>\n          <div class=\"mpc-misconduct-text\">\u6b3a\u8bc8\u6d3b\u52a8\uff0c\u4f8b\u5982\u4f2a\u9020\u6587\u4ef6\u6216\u8d22\u52a1\u8bb0\u5f55\u3002<\/div>\n        <\/div>\n        <div class=\"mpc-misconduct-item\">\n          <div class=\"mpc-misconduct-num\">03<\/div>\n          <div class=\"mpc-misconduct-text\">\u8150\u8d25\u6216\u8d3f\u8d42\u3002<\/div>\n        <\/div>\n        <div class=\"mpc-misconduct-item\">\n          <div class=\"mpc-misconduct-num\">04<\/div>\n          <div class=\"mpc-misconduct-text\">\u5192\u5145\u516c\u53f8\u5b98\u5458\u6216\u4eba\u5458\u3002<\/div>\n        <\/div>\n        <div class=\"mpc-misconduct-item\">\n          <div class=\"mpc-misconduct-num\">05<\/div>\n          <div class=\"mpc-misconduct-text\">\u8fdd\u53cd\u4fdd\u5bc6\u6027\u6216\u672a\u7ecf\u6388\u6743\u5171\u4eab\u654f\u611f\u4fe1\u606f\u3002<\/div>\n        <\/div>\n        <div class=\"mpc-misconduct-item\">\n          <div class=\"mpc-misconduct-num\">06<\/div>\n          <div class=\"mpc-misconduct-text\">\u9a9a\u6270\u3001\u6b67\u89c6\u6216\u5de5\u4f5c\u573a\u6240\u6b3a\u51cc\u3002<\/div>\n        <\/div>\n        <div class=\"mpc-misconduct-item\">\n          <div class=\"mpc-misconduct-num\">07<\/div>\n          <div class=\"mpc-misconduct-text\">\u8fdd\u53cd\u5b89\u5168\u89c4\u5b9a\u6216\u4e0d\u9075\u5b88\u6cd5\u5f8b\u548c\u76d1\u7ba1\u8981\u6c42\u3002<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"mpc-misconduct-note\">\n        \u6b64\u6e05\u5355\u5e76\u4e0d\u8be6\u5c3d\uff0c\u9f13\u52b1\u5458\u5de5\u6216\u5229\u76ca\u76f8\u5173\u8005\u4e3e\u62a5\u4ed6\u4eec\u8ba4\u4e3a\u53ef\u80fd\u6784\u6210\u4e0d\u5f53\u884c\u4e3a\u7684\u4efb\u4f55\u884c\u4e3a\u3002\n      <\/div>\n\n      <!-- ANONYMITY & CONFIDENTIALITY -->\n      <div class=\"mpc-policy-section-head\">\n        <div class=\"mpc-eyebrow\">Section 02<\/div>\n        <h2>Anonymity <em>&#038; confidentiality.<\/em><\/h2>\n      <\/div>\n\n      <div class=\"mpc-clauses\">\n\n        <div class=\"mpc-clause\">\n          <div class=\"mpc-clause-num\">(i)<\/div>\n          <p>The Company recognizes the importance of anonymity in encouraging individuals to come forward and report suspicions of fraud or misconduct.<\/p>\n        <\/div>\n\n        <div class=\"mpc-clause\">\n          <div class=\"mpc-clause-num\">(ii)<\/div>\n          <p>To prevent false or malicious reporting, poison letters, or abuse of the reporting channel, whistle-blowers are required to identify themselves and provide contact information when submitting a report. This is essential for enabling the independent investigation panel to verify the report and gather additional information if necessary and facilitating investigations by auditors or relevant authorities, where the identity of the whistle-blower may be required by law. It is necessary also for the company to communicate the results of the investigation back to the whistle-blower.<\/p>\n        <\/div>\n\n        <div class=\"mpc-clause\">\n          <div class=\"mpc-clause-num\">(iii)<\/div>\n          <p>All reports and information provided will be treated as sensitive and will only be disclosed on a &#8220;need-to-know&#8221; basis for the purposes of investigation.<\/p>\n        <\/div>\n\n      <\/div>\n\n      <!-- PROCEDURES FOR REPORTING -->\n      <div class=\"mpc-policy-section-head\">\n        <div class=\"mpc-eyebrow\">Section 03<\/div>\n        <h2>Procedures <em>for reporting.<\/em><\/h2>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- REPORTING CHANNELS (DARK NAVY BAND) -->\n  <section class=\"mpc-channels\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-channels-head\">\n        <div class=\"mpc-channels-eyebrow\">Direct Reporting Channels<\/div>\n        <h3>Submit a report through <em>one of the channels below.<\/em><\/h3>\n        <p>Both channels go directly to the designated party. All reports are reviewed by an independent investigation panel.<\/p>\n      <\/div>\n\n      <div class=\"mpc-channels-grid\">\n\n        <a href=\"mailto:lowchinann@msianpestcontrol.com\" class=\"mpc-channel\">\n          <div class=\"mpc-channel-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\/><path d=\"M3 7l9 6 9-6\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-channel-label\">Channel 01 \u00b7 Email<\/div>\n          <div class=\"mpc-channel-value\">lowchinann@msianpestcontrol.com<\/div>\n        <\/a>\n\n        <a href=\"https:\/\/wa.me\/60123371090\" class=\"mpc-channel\" target=\"_blank\" rel=\"noopener\">\n          <div class=\"mpc-channel-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-channel-label\">Channel 02 \u00b7 WhatsApp<\/div>\n          <div class=\"mpc-channel-value\">+60 12 337 1090<\/div>\n        <\/a>\n\n      <\/div>\n\n      <div class=\"mpc-channels-instructions\">\n        <p><strong>Include in your report:<\/strong> the nature of the misconduct, persons involved, dates, and any supporting evidence.<\/p>\n        <p>Upon receipt, the whistle-blower will receive an <strong>acknowledgment within 3 working days<\/strong>, confirming that the matter is being reviewed.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- INVESTIGATION PROCESS -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n\n      <div class=\"mpc-policy-section-head\">\n        <div class=\"mpc-eyebrow\">Section 04<\/div>\n        <h2>Investigation <em>\u8fc7\u7a0b\u3002.<\/em><\/h2>\n      <\/div>\n\n      <div class=\"mpc-prose\">\n        <p>\u72ec\u7acb\u8c03\u67e5\u5c0f\u7ec4\u5c06\u5ba1\u67e5\u8be5\u62a5\u544a\u5e76\u6839\u636e\u9700\u8981\u6536\u96c6\u66f4\u591a\u4fe1\u606f\u3002\u8fd9\u53ef\u80fd\u6d89\u53ca\u8bbf\u8c08\u3001\u5ba1\u8ba1\u6216\u4e0e\u76f8\u5173\u90e8\u95e8\u5408\u4f5c\u3002\u8c03\u67e5\u5c06\u516c\u5e73\u3001\u516c\u6b63\u548c\u4fdd\u5bc6\u5730\u8fdb\u884c\uff0c\u4ee5\u4fdd\u62a4\u6240\u6709\u76f8\u5173\u65b9\u3002<\/p>\n        <p>\u53ea\u8981\u4e0d\u8fdd\u53cd\u4fdd\u5bc6\u6216\u6cd5\u5f8b\u9650\u5236\uff0c\u4e3e\u62a5\u4eba\u5c06\u4f1a\u88ab\u544a\u77e5\u8c03\u67e5\u7ed3\u679c\u3002<\/p>\n        <p>\u5982\u679c\u62a5\u544a\u88ab\u8bc1\u5b9e\uff0c\u5c06\u91c7\u53d6\u9002\u5f53\u7684\u884c\u52a8\uff0c\u5305\u62ec\u7eaa\u5f8b\u5904\u5206\u3001\u6cd5\u5f8b\u8bc9\u8bbc\u6216\u9632\u6b62\u518d\u6b21\u53d1\u751f\u7684\u7ea0\u6b63\u63aa\u65bd\u3002<\/p>\n      <\/div>\n\n      <!-- PROTECTION FOR WHISTLE-BLOWERS -->\n      <div class=\"mpc-policy-section-head\">\n        <div class=\"mpc-eyebrow\">Section 05<\/div>\n        <h2>Protection for <em>whistle-blowers.<\/em><\/h2>\n      <\/div>\n\n      <div class=\"mpc-protection\">\n        <div class=\"mpc-protection-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M20 12V5l-8-3-8 3v7c0 5 3.5 9.5 8 11 4.5-1.5 8-6 8-11z\"\/><path d=\"M9 12l2 2 4-4\"\/><\/svg>\n        <\/div>\n        <div class=\"mpc-protection-content\">\n          <h4>Good-faith reporters are <em>\u53d7\u4fdd\u62a4\u3002.<\/em><\/h4>\n          <p>\u771f\u8bda\u4e3e\u62a5\u7684\u4e3e\u62a5\u4eba\u5c06\u53d7\u5230\u4fdd\u62a4\uff0c\u4e0d\u4f1a\u53d7\u5230\u62a5\u590d\u3001\u6b67\u89c6\u6216\u9a9a\u6270\u3002\u4efb\u4f55\u9488\u5bf9\u4e3e\u62a5\u4eba\u7684\u884c\u4e3a\u90fd\u5c06\u53d7\u5230\u7eaa\u5f8b\u5904\u5206\u3002<\/p>\n          <p>This policy reflects the Company&#8217;s commitment to maintaining integrity, transparency, and accountability in all aspects of its operations.<\/p>\n          <p>\u9f13\u52b1\u5458\u5de5\u548c\u5229\u76ca\u76f8\u5173\u8005\u91c7\u53d6\u8d1f\u8d23\u4efb\u7684\u884c\u52a8\u5e76\u62a5\u544a\u4efb\u4f55\u95ee\u9898\u800c\u4e0d\u5fc5\u62c5\u5fc3\u906d\u5230\u62a5\u590d\u3002<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- FEEDBACK CALLOUT \u2014 strategic link to \/feedback-or-complaint\/ -->\n  <section class=\"mpc-feedback\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-feedback-grid\">\n\n        <div class=\"mpc-feedback-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"><path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\/><\/svg>\n        <\/div>\n\n        <div>\n          <div class=\"mpc-feedback-eyebrow\">For Service-Related Concerns<\/div>\n          <h3>General feedback or service <em>complaint?<\/em><\/h3>\n          <p>For non-whistle-blowing concerns \u2014 such as customer service complaints, suggestions for improvement, or general feedback \u2014 please use our standard feedback channel. Whistle-blowing reports should use the dedicated channels above.<\/p>\n        <\/div>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u53cd\u9988\u6216\u6295\u8bc9\/\" class=\"mpc-btn mpc-btn-gold\">Submit Feedback \u2192<\/a>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- RELATED POLICIES -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n\n      <div class=\"mpc-related-head\">\n        <div class=\"mpc-eyebrow\">Our Policy Framework<\/div>\n        <h2>Related <em>policies &#038; governance.<\/em><\/h2>\n        <p>Our Whistle Blowing Policy works alongside several governing documents that define how we operate. Together they form the framework that keeps us accountable to clients, staff, and community.<\/p>\n      <\/div>\n\n      <div class=\"mpc-related-grid\">\n\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u8d28\u91cf\u653f\u7b56\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M9 11l3 3L22 4\"\/><path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\/><\/svg>\n          <\/div>\n          <h4>\u54c1\u8d28\u653f\u7b56<\/h4>\n          <p>Core values, quality management system, and commitments to service excellence.<\/p>\n          <span class=\"mpc-related-arrow\">Read quality policy \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u6838\u5fc3\u4ef7\u503c\u89c2\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/><\/svg>\n          <\/div>\n          <h4>\u6838\u5fc3\u4ef7\u503c\u89c2<\/h4>\n          <p>The five values that guide every decision we make \u2014 from technicians on site to leadership.<\/p>\n          <span class=\"mpc-related-arrow\">Read core values \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u5065\u5eb7\u4e0e\u5b89\u5168\u653f\u7b56\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M20 12V5l-8-3-8 3v7c0 5 3.5 9.5 8 11 4.5-1.5 8-6 8-11z\"\/><path d=\"M9 12l2 2 4-4\"\/><\/svg>\n          <\/div>\n          <h4>Health &#038; Safety Policy<\/h4>\n          <p>How we protect customers, staff, and the environment through approved chemicals and safe protocols.<\/p>\n          <span class=\"mpc-related-arrow\">Read H&#038;S policy \u2192<\/span>\n        <\/a>\n\n        <!-- Current page -->\n        <div class=\"mpc-related-wrap\">\n          <span class=\"mpc-related-current-tag\">You are here<\/span>\n          <div class=\"mpc-related current\">\n            <div class=\"mpc-related-icon\" style=\"background: var(--mpc-gold); color: var(--mpc-blue-ink);\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 18v-6a9 9 0 0 1 18 0v6\"\/><path d=\"M21 19a2 2 0 0 1-2 2h-1v-7h3zM3 19a2 2 0 0 0 2 2h1v-7H3z\"\/><\/svg>\n            <\/div>\n            <h4>\u4e3e\u62a5\u653f\u7b56<\/h4>\n            <p>Confidential reporting channels for staff and stakeholders to raise concerns about misconduct.<\/p>\n            <span class=\"mpc-related-arrow\">Currently viewing<\/span>\n          <\/div>\n        <\/div>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u96f6\u5bb9\u5fcd\u653f\u7b56\u57f9\u517b\u5c0a\u91cd\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M9 9l6 6M15 9l-6 6\"\/><\/svg>\n          <\/div>\n          <h4>\u96f6\u5bb9\u5fcd\u653f\u7b56<\/h4>\n          <p>Cultivating mutual respect \u2014 our commitment to a workplace and service experience free from harassment.<\/p>\n          <span class=\"mpc-related-arrow\">Read zero-tolerance \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u53cd\u8d3f\u8d42\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\"\/><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"\/><\/svg>\n          <\/div>\n          <h4>Anti-Bribery &#038; Anti-Corruption<\/h4>\n          <p>Zero tolerance for bribery in any form \u2014 protecting integrity in procurement and service delivery.<\/p>\n          <span class=\"mpc-related-arrow\">Read anti-bribery \u2192<\/span>\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- FINAL CTA -->\n  <section class=\"mpc-final\">\n    <div class=\"mpc-container\">\n      <h3>Other governance <em>or compliance questions?<\/em><\/h3>\n      <p>For non-whistle-blowing matters \u2014 general enquiries, audit documentation, or contractor compliance verification \u2014 please get in touch through our standard channels.<\/p>\n      <div class=\"mpc-final-buttons\">\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u8054\u7cfb\u6211\u4eec\/\" class=\"mpc-btn mpc-btn-ghost\">\u8054\u7cfb\u6211\u4eec<\/a>\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u5173\u4e8e\u6211\u4eec\/\" class=\"mpc-btn mpc-btn-gold\">About MPC<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n<!-- END MPC WHISTLE BLOWING POLICY PAGE -->","protected":false},"excerpt":{"rendered":"<p>Home\u203aAbout\u203aWhistle Blowing Policy Whistle Blowing Policy. A secure mechanism for employees and stakeholders to report [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1152","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/pages\/1152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/comments?post=1152"}],"version-history":[{"count":2,"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/pages\/1152\/revisions"}],"predecessor-version":[{"id":1347,"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/pages\/1152\/revisions\/1347"}],"wp:attachment":[{"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/media?parent=1152"}],"curies":[{"name":"\u53ef\u6e7f\u6027\u7c89\u5242","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}