Mô tả
Secures your WordPress installation by:
- Disabling theme/plugin editors via DISALLOW_FILE_EDIT
- Blocking file modifications via DISALLOW_FILE_MODS
- Removing editor menu items
- Revoking file editing capabilities
- Lightweight (only 3KB) with zero performance impact
Cài đặt
- Upload to
/wp-content/plugins/ - Activate in WordPress admin
- File editing will be immediately disabled
Hỏi đáp
-
How do I verify it’s working?
-
Try accessing /wp-admin/plugin-editor.php – you’ll see an error message.
-
Can I temporarily enable editing?
-
Yes, either deactivate the plugin or modify wp-config.php.
-
Will this affect updates?
-
No, automatic background updates still work.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Lock PHP Files” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Lock PHP Files” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.3
- Updated tested version to 6.8
- Fixed activation hook
- Improved capability handling
1.0.2
- Added DISALLOW_FILE_MODS
- Enhanced security layers