mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-04 12:22:24 +08:00
4 lines
325 B
Text
4 lines
325 B
Text
add_filter('Yoast\WP\SEO\enable_notification_post_trash', '__return_false' );
|
|
add_filter('Yoast\WP\SEO\enable_notification_post_slug_change', '__return_false' );
|
|
add_filter('Yoast\WP\SEO\enable_notification_term_delete', '__return_false' );
|
|
add_filter('Yoast\WP\SEO\enable_notification_term_slug_change', '__return_false' );
|