How to hide PHP errors on a WordPress installation
· One min read
- Using an FTP client – such as Filezilla log in to your website.
- Navigate to your WordPress directory
- Right click wp-config.php
- Select Edit
- Add: _@ini_set(‘display_errors’, 0); _to the wp-config document – up the top is fine.
- Now save the document, your FTP client should now upload the changes and any PHP errors you may be displaying will be hidden.