• There is an issue with the plugin Ultimate FAQ Accordion Plugin.

    You have added the below filter, which is removing ( stripping off ) contents that are not meant to be removed, eg for posts ids 30195, 948, 695, 1103, 1110, 534, 1177, 1223, 1214, 27, 288, 583, 349, 1553 among others.

    add_filter( 'the_content', array( $this, 'alter_faq_content' ) );

    Could you please fix this, as it causing some unintended behavior with other plugins, including RankMath video sitemap.

    I can send you temporary access details to the site clone if you need to review anything.

Viewing 1 replies (of 1 total)
  • Plugin Support BERJAYAjaysupport

    (@jaysupport)

    Obviously we can’t know what the posts with those IDs are, as they’re specific to your site, but the filter you referenced only applies if the post type for a post is ufaq. So content will not be altered for other post types. And the filter is necessary for our post type.

Viewing 1 replies (of 1 total)

The topic ‘Problem with RankMath Video Sitemap’ is closed to new replies.