Code-Snippets-Functions/Execute a function on a child site/Yoast SEO/disable-content-delete-notification.txt

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' );