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 →
GridFeel PRO WordPress Theme

GridFeel PRO

$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
FineWP PRO WordPress Theme

FineWP PRO

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

$25.00
CuteWP PRO WordPress Theme

CuteWP PRO

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

$25.00
GridLane PRO WordPress Theme

GridLane PRO

If you like the free version of GridLane WordPress Theme, you'll love the premium version even more. It will help...

$25.00
GridFlex PRO WordPress Theme

GridFlex PRO

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

$25.00
CleanWP PRO WordPress Theme

CleanWP PRO

If you like CleanWP free WordPress Theme, you will love the CleanWP PRO version. The premium version of CleanWP WordPress...

$25.00
GridSoul PRO WordPress Theme

GridSoul 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 56 WordPress themes.