Disable Comments in WordPress without any Plugin
Comments are a good way to keep in touch with your audience but you may not always need it. And it's a good idea to disable comments completely, if you don't need them. This helps you to keep the website clean and avoid unnecessary comment spam.
And to disable comments, there are tons of plugins available in the WordPress plugin repo. But, why add more bloat/dependency by installing another plugin, when you can easily disable comments by adding a few lines of code?
Code to disable WordPress comments
The below PHP code will fully disable the comment system on your WordPress website:
How to add this code to your WordPress site
How to Add PHP Code to WordPress