Khi bạn sửa theme hoặc plugin gặp phải lỗi: Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP
Có thể khắc phục tạm thời bằng cách dùng phần mềm quản lý ví dụ FileZilla Client, Bitvise SSH Client hoặc đăng nhập vào Control Panel:
Tìm đến thư mục /wp-admin/includes chỉnh sửa file file.php
Tìm:
if ( $is_active && 'php' === $extension ) {
Thay thế bằng:
if ( $is_active && 'php' === $extension && false) {