Jul 07, 2021 9:45 am
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 10:43 am
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.