[cs_content_seo][/cs_content_seo] instead of link?

I am trying to build a broken link checker, but when I get_the_content(), all the anchor tags/html are replaced with [cs_content_seo] link text [/cs_content_seo]. How do I search and get the content for links?

Hi @tkulow,

I would suggest you use the strip_shortcodes method to get rid of the shortcode. Please go through the following documentation on how to use the method.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.