Em cho em, làm sao để xóa chức năng quên mật khẩu lost-password trong wordpress vậy, nó cứ gửi email của tụi hack thay đổi hoài làm rất khó chịu. Cảm ơn
Thêm code sau vào function.php của themes nhé. Mã: function remove_lostpassword_text ( $text ) { if ($text == 'Bạn quên mật khẩu?'){$text = '';} return $text; } add_filter( 'gettext', 'remove_lostpassword_text' );