How To Hide View Source In WordPress

Hello,reader if you are interested to disable right click on your website .Then, i would like to give an idea about it that You can’t do this but only thing is that you can disable right clicks.

To disable right click on your website in WordPress you can use this code as shown

 <body oncontextmenu="return false;">

Leave a Comment