/** * Disable Auto-Update Email Notifications for Plugins and Themes. * Works for WordPress 5.5 and later. */ // Disable Plugin Auto-Update Emails add_filter( 'auto_plugin_update_send_email', '__return_false' ); // Disable Theme Auto-Update Emails add_filter( 'auto_theme_update_send_email', '__return_false' ); // Optional: Disable Core Auto-Update Emails (if you also want to stop these) // add_filter( 'auto_core_update_send_email', '__return_false', 10, 4 ); // Optional: Disable Translation Auto-Update Emails (if you also want to stop these) // add_filter( 'auto_translation_update_send_email', '__return_false' );

Tạm ngừng viết bài trong 3 tháng

Vì một số lý do cá nhân nên blog này sẽ tiếp tục vào đầu tháng 1 năm 2007, hiện tại đang có rất nhiều bài viết và chủ đề mới trong Draft và những thứ rất độc ở Premium Content nhưng đành phải gác lại.
Những nội dung sẽ tiếp tục khi tôi online trở lại:

  • Chuyên sâu về Web Standard và AJAX
  • Mac OS trên nền PC
  • Mở thêm hệ thống chia sẻ tài nguyên hoàn toàn khác biệt

Byebye
P/S: tự dưng thấy có một chú stolen hàng loạt các topics xuất hiện trong refer và trackback

1 thought on “Tạm ngừng viết bài trong 3 tháng”

Comments are closed.