Viewing 1 replies (of 1 total)
  • Thread Starter KZeni

    (@kzeni)

    As a follow-up, it appears that changing if ( $query->is_home && !in_array_recursive( 'WPSEO_Video_Sitemap', $backtrace ) ) to if ( $query->is_home ) and removing $backtrace = debug_backtrace(); in the ksuce_exclude_categories( $query ) function prevents the conflict described above from happening.

    I’m wondering if this could be a toggle in the plugin’s settings which could be used by anyone experiencing issues like this.

Viewing 1 replies (of 1 total)

The topic ‘Plugin conflict causing pages to not load properly’ is closed to new replies.