How To Disable Right Click on On Your WordPress Website | copy, text, content F1 Disable.

0
1481
wordpress-content-protection-disable-right-click-djhindisong
How To Disable Right Click On Your WordPress Site,Disable Right Click,Disable All Website Data Protection,How To Disable right Click And All Button Disable.

Easy methods to Disable Proper Click on in WordPress | Disable Reduce, Copy, Textual content Choice, F1, Ctrl + u Disable In WordPress Web site. In Two Methodology ( Code/Plugin ).

  • #1 do Manually Via Code. | Beneath is The Code |

Design head tag in header.php through the use of Template Editor to disable proper click on. and all the clicking in a position minimize, ctrl+u, ctrl+x, ctrl+p ,copy, f1.

Step1: Go to your WordPress Dashboard.

wordpress-dashboard-1-djhindisong.

Step 2: browse the Look & Go to the Theme editor.

wordpress-appearance-2-djhindisong

Step 3: Discover header.php

header-php-3-djhindisong

Step 4: Click on header.php & open These file

wordpress-header-code-paste-4-djhindisong

Step 5: discover header and paste the script. <head>———–</head>

***(copy the script. given under)

<head>……………………………</head>

< script sort = 'textual content / javascript' > var isCtrl = false ; 
doc . onkeyup = operate ( e ) { if ( e . which == 17 ) 
isCtrl = false ; } 
doc . onkeydown = operate ( e ) { if ( e . which == 17 ) 
isCtrl = true ;
if (( e . which == 85 ) || ( e . which == 67 ) & amp ; & amp; ; isCtrl == true ) { // alert (& # 8216; Keyboard shortcuts are cool! & # 8217;); return false ; } } var isNS = ( navigator . appName == "Netscape" ) ? 1 : 0 ; if ( navigator) .      
appName == "Netscape" ) doc . captureEvents ( Occasion . MOUSEDOWN || Occasion . MOUSEUP ); operate mischandler () { return false ; } operate mousehandler ( e )  ( eventbutton == 3 )) return false ;  
doc . oncontextmenu = mischandler ; 
doc . onmousedown = mousehandler ; 
doc . onmouseup = mousehandler ; </ script >

After pasting save the file. you’re success protected your web site

  • #2 Utilizing Via The Plugin. | Beneath The Plugin Download Hyperlink |

Step 1: Go to The plugins Part.

Step 2: And Click on the Add New Plugin.

Step 3: open plugins Part and Search WP Content material Copy Safety and No Proper Click on. ( under is the plugin picture)

WP-Content-Copy-Protection-and-No-Right-Click.png

Step 4: Set up & activate WP Content material Copy Safety and No Proper Click on plugin. It disables Ctrl+S, Ctrl+A, Ctrl+P, F1 ,Ctrl+C, Ctrl+V, Ctrl+X.

premium-right-click-protection.djhindisong

Step 5: After Efficiently activated the plugin , Then Go to The Plugin Setting. You may get safety for web site, homepage, static web page & posts. Then Select & setup The Setting then Reserve it.

video soon

Contact to info@djhindisong.com

To Report Hyperlink/Plugin Subject So Please contact us by My contact us web page.

This materials was supplied by djhindisong.com/ just for academic/informational functions .Administrator is just not chargeable for its content material.Observe us on social media/download app to remain updated with our software program updates and hacking ticks!

LEAVE A REPLY

Please enter your comment!
Please enter your name here