Disable Right Click and Copy Events from WordPress Frontend

Do you want to prevent users from copying the content of your WordPress website? By using the PHP snippet given below, it will stop users from right-clicking on your website and copying the content of your website. Add it to your theme's functions.php file:

function themesdna_disable_right_click_copy_events() {
    ?>
    <script>
    document.addEventListener("contextmenu", (evt) => {evt.preventDefault();}, false);
    document.addEventListener("copy", (evt) => {
      evt.clipboardData.setData("text/plain", "You do not have permission to copy our content.");
      evt.preventDefault();
    }, false);
    </script>
    <?php
}
add_action('wp_head', 'themesdna_disable_right_click_copy_events');

Our WordPress Themes

Below are some of our premium WordPress themes. View all our free and premium WordPress themes →
BoldWP PRO WordPress Theme

BoldWP PRO

If you have tried BoldWP Free WordPress Theme, then you will love the premium version. BoldWP PRO is an more...

$25.00
TextWP PRO WordPress Theme

TextWP PRO

TextWP PRO is an more improved and advanced version of TextWP Free WordPress Theme. When compare with the TextWP free...

$25.00
BlogWP PRO WordPress Theme

BlogWP PRO

If you like BlogWP free WordPress Theme, you will love the premium version. BlogWP PRO is easy to use, feature-rich,...

$25.00
RapidWP PRO WordPress Theme

RapidWP PRO

Did you try RapidWP Free WordPress Theme?, Then you will love the premium version. RapidWP PRO is an improved, more...

$25.00
GridMag PRO WordPress Theme

GridMag PRO

If you like GridMag free WordPress Theme, you will love the premium version. GridMag PRO is an improved version of...

$25.00
MintWP PRO WordPress Theme

MintWP PRO

If you like free version of MintWP WordPress Theme, you will love the premium version. MintWP PRO is an improved...

$25.00
GridHot PRO WordPress Theme

GridHot PRO

If you have tried GridHot Free WordPress Theme, then you will love the premium version. GridHot PRO version has color...

$25.00
GridBone PRO WordPress Theme

GridBone PRO

$25.00

Can't you choose a single theme? Purchase All Themes for $75.

Save money with our low, one-time price for access to all of our 55 WordPress themes.