Copy Protection plugin is activated it disables the right click, copy paste, content selection and copy shortcut keys
Prioritized issue groups from the latest Plugin Check scan
Security
789
11 issue groups
Maintainability
632
14 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value='{$bstyle}' {$selected}>"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$actions".
Sample message
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found $ays_sb_email
Sample message
$_GET['ays_sccp_tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $ays_sb_email used in $wpdb->get_row()\n$ays_sb_email assigned unsafely at line 636.
Sample message
Detected usage of a non-sanitized input variable: $_GET['orderbyuserrole']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['result']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
error_reporting() can lead to full path disclosure.
Sample message
Function "get_user_locale()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $settings_table at "DROP TABLE IF EXISTS `$settings_table`"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Unescaped parameter $block_content used in $wpdb->query()\n$block_content assigned unsafely at line 37.
Sample message
Attempting a database schema change is discouraged.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_secure_copy_content_protection".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Potential connections found in static code analysis.
Outbound calls
244
External assets
0
Incoming endpoints
18
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
6 score snapshots
v5.2.3
25
Latest
v5.2.2
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,450 | 646 | 804 | v5.2.3 | 2.0.0 |
| 25 | 1,449 | 646 | 803 | v5.2.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.