How to disable right click on WordPress website without plugins | Disable inspect element | 2022

How to disable right click on WordPress website without plugins | Disable inspect element | 2022

Hey, Let's Learn Something

3 года назад

10,488 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Hira Mumtaz
Hira Mumtaz - 15.07.2023 09:32

Hi thank you for sharing.
I have a question ""How we can disable screenshot and screen recoding of our website." Please guide me

Ответить
Maximum Joy
Maximum Joy - 03.07.2023 13:36

thank you 🙏⭐ this worked !

Ответить
RELAXING MUSIC
RELAXING MUSIC - 27.03.2023 13:39

Thank you so much its smoothly working on my site 😌

Ответить
YTX
YTX - 27.02.2023 22:04

/*Disable right click */
function disable_right_click() {
?>
<script>
jQuery(document).ready(function){
returen false;
});
});
</script>
<?php
}
add_action('wp_footer', 'disable_right_click');
/*code ends */

Ответить
Satya Manidhar Vegi
Satya Manidhar Vegi - 13.09.2022 17:12

Thank you so much, Really Helpful.

Ответить
ahmad fahd
ahmad fahd - 11.09.2022 03:44

so much helping me.. thank you so much

Ответить
Vesture Enterprises
Vesture Enterprises - 07.09.2022 22:47

thanks man 😀

Ответить
HawkGodMan & Lucy Lastic
HawkGodMan & Lucy Lastic - 14.08.2022 19:08

CHEERS A LOT MATE.

Ответить
Elya
Elya - 09.08.2022 00:39

Thank you so much for your wonderful method! It actually works! However, when I applied the Additional CSS to prevent people from stealing the images via mobile, I noticed that the code would make the Image Box widget in Elementor work not properly. (It made the Hover effect in that widget stop working). If you have any idea about this issue, please kindly share with us. Thank you so much! ☺️👍

Ответить
Muhammad Junaid Raza
Muhammad Junaid Raza - 06.08.2022 17:55

not working fake

Ответить
Beto S.
Beto S. - 04.08.2022 22:09

Congrats and Thanks a lot!

Ответить
Daddy Dragon Gaming
Daddy Dragon Gaming - 02.08.2022 13:37

This was really helpful. Thank you so much :)

Ответить
EDUC-HAITI LEKOL NIMERIK
EDUC-HAITI LEKOL NIMERIK - 06.07.2022 16:43

Perfect. Thank you

Ответить
solvelikepro
solvelikepro - 22.06.2022 09:50

Haaa ha press control+shift+i then the inspection tool will come this code is only for mouse right click it won't solve the problem

Ответить
Third Culture Kid By Zena
Third Culture Kid By Zena - 21.06.2022 20:22

My website broke and everything within the theme function disappeared after adding this. I tested it, it worked went to sleep and it crashed over night. Any help, tips tricks?

Ответить
Nisal H L A
Nisal H L A - 17.06.2022 17:41

Nice video. thanks for the useful info. I have a question. does this have an impact on SEO?

Ответить
Yasir Malik
Yasir Malik - 14.05.2022 09:35

What about F12 key to inspect?

Ответить
Stefan Pfadt
Stefan Pfadt - 02.05.2022 23:27

Amazing, thank you :)

Ответить
Relaxing Music
Relaxing Music - 17.03.2022 10:17

The code is not working Properly, when I used a RIght Click Disabled Chrome Extention, Kindly tell me another code so these Chrome extensions should also not Enabled right click or text Selection

Ответить
ŤÚŚĤĂŔ ŔĂĴРÚŤ
ŤÚŚĤĂŔ ŔĂĴРÚŤ - 26.02.2022 15:36

Thank you very much for helping but what about extentions?

Ответить