Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
// BBS fleet 2026-04-20: suppress auto-update + comment notification emails add_filter( "auto_core_update_send_email", "__return_false" ); add_filter( "auto_plugin_update_send_email", "__return_false" ); add_filter( "auto_theme_update_send_email", "__return_false" ); add_filter( "comment_notification_recipients", "__return_empty_array" ); add_filter( "comment_moderation_recipients", "__return_empty_array" );
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Recent Comments