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 →
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...

$30.00
Clean Gallery PRO WordPress Theme

Clean Gallery PRO

If you like Clean Gallery free WordPress Theme, you will love the premium version. Clean Gallery PRO is an elegant,...

$25.00
CuteMag PRO WordPress Theme

CuteMag PRO

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

$35.00
ListMode PRO WordPress Theme

ListMode PRO

$35.00
PureMag PRO WordPress Theme

PureMag PRO

If you like PureMag free WordPress Theme, you will love the premium version. PureMag PRO is an user friendly, HTML5/CSS3...

$25.00
ElegantWP PRO WordPress Theme

ElegantWP PRO

If you like ElegantWP free WordPress Theme, you will love the premium version. ElegantWP PRO is very user friendly, feature-rich,...

$30.00
Simple Grid PRO WordPress Theme

Simple Grid PRO

You'll be pleased with the Simple Grid PRO WordPress theme if you have tried the free version. It is a...

$35.00
GridBit PRO WordPress Theme

GridBit PRO

Are you looking for a feature-rich version of the GridBit Free WordPress Theme? Then you will fall in love with...

$30.00

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

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