Quote from
BBN on April 2, 2023, 7:58 pm
This code used to work so asgaros would display the <title> correctly but seams to have stooped working? is there a fix for it?
add_action( 'asgarosforum_prepare', function() {
if ( function_exists( 'the_seo_framework' ) ) {
remove_action( 'wp_head', [ the_seo_framework(), 'html_output' ], 1 );
}
} );
This code used to work so asgaros would display the <title> correctly but seams to have stooped working? is there a fix for it?
add_action( 'asgarosforum_prepare', function() {
if ( function_exists( 'the_seo_framework' ) ) {
remove_action( 'wp_head', [ the_seo_framework(), 'html_output' ], 1 );
}
} );