Delete / Deactivate WordPress Plugin Manually via FTP
Delete (remove, uninstall) WordPress plugin manually via FTP
Follow the next steps in order to delete (remove) WordPress plugin manually via FTP:
- Download and install FTP client (for example, Filezilla).
- Open FTP client and enter your FTP access credentials (host, username and password) to access files on your server.
- Navigate to YOURWORDPRESSSITE → wp-content → plugins directory.
- Delete (remove) necessary plugin by deleting its folder.
- Check the result.
Deactivate (disable) WordPress plugin via FTP
Follow the next steps in order to deactivate (disable) WordPress plugin manually via FTP:
- Download and install FTP client (for example, Filezilla).
- Open FTP client and enter your FTP access credentials (host, username and password) to access files on your server.
- Navigate to YOURWORDPRESSSITE → wp-content → plugins directory.
- Disable the necessary plugin by renaming its folder.
- Check the result.