AI Search
Classic Search
Notifications
Clear all
Jul 07, 2021 1:45 pm
I want to turn off Yoast SEO, does the code below suffice?
add_action( 'wp_head', function() {
if( function_exists('is_wpforo_page') && is_wpforo_page() ){
remove_all_filters( 'pre_get_document_title', 15 );
}
8 Replies
Jul 07, 2021 2:43 pm
It's being done by wpForo automatically, you don't need to add any code. There could be some Yoast meta tags but they don't conflict with wpForo SEO tags, wpForo SEO has already removed the Yoast tags form the forum page which could conflict.
