], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();

Heading into the red brand’s show scheduled to air live from London, England, The Role Model took to X (Formerly Twitter) to claim that a pigeon shat on her. The tweet caught the attention of R-Truth, and in response, the 54-year-old noted that he did not even know if Bayley’s remark was PG.

“@itsBayleyWWE I don’t even know if that’s PG👀,” Truth wrote.

You can check out his tweet below:

In his most recent in-ring appearance, Truth joined forces with Damian Priest to successfully defend the WWE Tag Team Championship against Talla Tonga and Tama Tonga. Later on the show, Priest and Truth were involved in an intriguing backstage segment with Finn Balor, teasing a potential alliance between the champions and the former member of The Judgment Day.

WWE personality opened up about R-Truth’s re-signing

In June 2025, R-Truth announced that he had been released by WWE. However, the legendary star signed a new deal with the global juggernaut after a few days and made his return at Money in the Bank.

While speaking on INSIGHT with Chris Van Vliet, WWE backstage interviewer Cathy Kelley was asked about Truth’s shocking release and subsequent rehiring. The 37-year-old Kelley noted that Truth brought positive morale to the workplace. She added that his return a week later was extremely special.

“He is someone that I feel like brings such a positive morale to work every week, and we had obviously gotten closer because we had done a lot of TikToks together, but he’s just such a positive person, and I feel like he’s that for everyone in the locker room. So, you know, not getting to say goodbye to someone is always tough, and then when he came back, I think that that was just really special for everyone,” Cathy Kelley said.

Despite being 54 years old, there appears to be no stopping R-Truth. It will be interesting to see what the future holds for the veteran.

Why did you not like this content?


`;
if (index == 3 && isOpera) {
storyHTML += `

`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `

`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-r-truth-claims-major-female-star-shared-non-pg-update?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `

`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();

Fetching more content…






Read the full article here

Leave A Reply

Exit mobile version