Get additional income from your website or blog by placing text ads automatically.
Prioritized issue groups from the latest Plugin Check scan
Security
73
10 issue groups
Maintainability
61
14 issue groups
I18n
3
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_widget'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['check']
Sample message
$_GET['check'] not unslashed before sanitization. Use wp_unslash() or similar
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SERVICES_JSON_IN_ARR".
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Unescaped parameter $table used in $wpdb->get_var()\n$table assigned unsafely at line 147.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$this->tbl_magenet_links} at "DELETE FROM {$this->tbl_magenet_links} WHERE 1"
Sample message
Use placeholders and $wpdb->prepare(); found $link_sql
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ch".
Sample message
The Services_JSON class has been deprecated since WordPress version 5.3.0. Use The PHP native JSON extension instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Services_JSON".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['PHP_SELF']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $link_sql used in $wpdb->get_results()\n$link_sql assigned unsafely at line 440.
Sample message
The use of function ini_set() is discouraged
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_dashboard_widgets".
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Attempting a database schema change is discouraged.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_get_server_info.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Not analyzed yet.
First score snapshot
v1.0.29.3
33
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 147 | 60 | 87 | v1.0.29.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.