mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
6 lines
168 B
Text
6 lines
168 B
Text
add_action( 'init', function() {
|
|
if ( ! function_exists( 'aioseo' ) ) {
|
|
return;
|
|
}
|
|
remove_action( 'wp', [ aioseo()->standalone->seoPreview, 'init' ] );
|
|
}, 100);
|