Code-Snippets-Functions/Execute a function on a child site/All in One SEO Pack/disable-seo-preview-feature.txt

6 lines
168 B
Text

add_action( 'init', function() {
if ( ! function_exists( 'aioseo' ) ) {
return;
}
remove_action( 'wp', [ aioseo()->standalone->seoPreview, 'init' ] );
}, 100);