GeoTargeting for WordPress will let you country-target your content based on users IP's and Geocountry Ip database
Prioritized issue groups from the latest Plugin Check scan
Security
88
9 issue groups
Maintainability
31
11 issue groups
I18n
21
4 issue groups
Supply Chain
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_SERVER['HTTP_CF_CONNECTING_IP']'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['geot_country']
Sample message
$_COOKIE['geot_country'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Mismatched text domain. Expected 'geotargeting' but got 'geot'.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$c".
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Use placeholders and $wpdb->prepare(); found $drop_table
Sample message
The $domain parameter must be a single text string literal. Found: $this->GeoTarget
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $countries_table at "DROP TABLE IF EXISTS $countries_table;"
Sample message
Attempting a database schema change is discouraged.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['geot']. Check that the array index exists before using it.
Sample message
Unescaped parameter $countries_table used in $wpdb->query()\n$countries_table assigned unsafely at line 42.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Hidden files are not permitted.
Sample message
Plugin name "GeoTargeting Lite - WordPress Geolocation" is different from the name declared in plugin header "GeoTargeting Lite".
Not analyzed yet.
First score snapshot
v1.3.6.1
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 145 | 66 | 79 | v1.3.6.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.