OUR IMPACT

Light of Hope

Read our most recent stories of life transformation.

 

Feeding Body and Soul

Feeding Body and Soul Leaders of groups that volunteered at this year’s Easter Banquet had the following comments about their participation. First Baptist Church of

Read More »

Three Stories Banquet

On Good Friday, the Mission hosted its annual Easter Banquet, which comprises (1) a short chapel service; (2) a feast served by joyful volunteers; (3)

Read More »
(function () { const LABEL = 'Lives Transformed'; // adjust if exact link text differs function findItem() { const links = document.querySelectorAll('header a, nav a, .elementor-nav-menu a'); for (const link of links) { if (link.textContent.trim() === LABEL) return link.closest('li') || link; } return null; } const item = findItem(); if (!item) return; const observer = new MutationObserver(() => { if (!document.body.contains(item)) { const payload = { time: new Date().toISOString(), url: location.href, ref: document.referrer, ua: navigator.userAgent }; navigator.sendBeacon( '/wp-admin/admin-ajax.php?action=menu_bug_log', new Blob([JSON.stringify(payload)], { type: 'application/json' }) ); observer.disconnect(); } }); observer.observe(document.body, { childList: true, subtree: true }); })();