If you want to reload a module, you can use the built-in function reload, but it can be tricky, so the safest thing to do is restart the interpreter and then import the module again. Nếu bạn muốn tải lại một module, bạn có thể dùng hàm có sẵn reload, nhưng khi dùng phải cẩn thận, và an toàn nhất là khởi động lại trình thông dịch và nhập lại module một lần nữa.
Endpoints are functions that are available through the API and they perform several actions like retrieving posts (that we are doing above), creating a new user, or updating a post meta. Endpoint là các hàm có sẵn thông qua API và chúng thực hiện một số hoạt động như truy xuất bài đăng (mà chúng ta đang thực hiện ở trên), tạo người dùng mới hoặc cập nhật thông tin meta cho bài đăng.