PHP - Right click disabled vs Right click enabled cheat sheet

#

Below is for the header.php file in most wordpress themes

#

Right click disabled
<body oncontextmenu="return false;" <?php body_class(); ?>>

Right click enabled
<body <?php body_class(); ?>>