Changeset 3162601
- Timestamp:
- 10/04/2024 09:24:41 AM (6 months ago)
- Location:
- disabled-source-disabled-right-click-and-content-protection
- Files:
-
- 119 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
disabled-source-disabled-right-click-and-content-protection/trunk/disabled-source-and-content-protection.php
r3153733 r3162601 4 4 * Plugin URI: https://wordpress.org/plugins/disabled-source-disabled-right-click-and-content-protection/ 5 5 * Description: Disabled Source(Ctrl+U), Disabled Right click, Disable F12 functional key, and Disable save the page(Ctrl+S) and Content Protection of your WordPress Website. 6 * Version: 1.4. 56 * Version: 1.4.6 7 7 * Requires at least: 4.7 8 8 * Tested up to: 6.6 -
disabled-source-disabled-right-click-and-content-protection/trunk/includes/functions/functions.php
r3153733 r3162601 238 238 function jh_disable_roles_wise_permission_callback($roles_permission){ 239 239 $jhdoption = get_option( 'jh_disabled_option' ); 240 $permission_roles = !empty($jhdoption['disable-roles']) ? $jhdoption['disable-roles'] : ['customer']; 240 $permission_roles = !empty($jhdoption['disable-roles']) && 'customer'!=$jhdoption['disable-roles'] ? $jhdoption['disable-roles'] : ['customer']; 241 241 242 if( is_user_logged_in() ){ 242 243 $jh_user = wp_get_current_user(); -
disabled-source-disabled-right-click-and-content-protection/trunk/readme.txt
r3153733 r3162601 4 4 Requires at least: 4.7 5 5 Tested up to: 6.6 6 Stable tag: 1.4. 56 Stable tag: 1.4.6 7 7 Requires PHP: 5.3 8 8 License: GPLv2 or later … … 111 111 == Changelog == 112 112 113 = 1.4.6 = 114 115 * Fixed: Block by Roles 116 113 117 = 1.4.5 = 114 118
Note: See TracChangeset
for help on using the changeset viewer.