Lock PHP Files

תיאור

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

התקנה

  1. Upload to /wp-content/plugins/
  2. Activate in WordPress admin
  3. File editing will be immediately disabled

שאלות נפוצות

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.

סקירות

There are no reviews for this plugin.

מפתחים

"Lock PHP Files" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

ניתן לתרגם את "Lock PHP Files" לשפה שלך.

מעוניינים בפיתוח?

עיינו בקוד, ראו את הקוד ב-SVN repository, או הירשמו ללוג פיתוח באמצעות RSS.

שינויים

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