Mass ping tool for SEO plugin is one of the fastest ways to get indexed by Google. After pinging, Google bots, crawlers will visit your website and in …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
86
16 issue groups
Security
73
8 issue groups
I18n
9
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"( {$services->free_services} Services)"'.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$data".
Sample message
Use of a direct database call is discouraged.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
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 interpolated variable $log_table at "SELECT * FROM $log_table WHERE post_id = $post->ID"
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MPT_DEBUG_MODE".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "mpt__fs".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
$_POST[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $this->log_table used in $wpdb->get_results()
Sample message
Unescaped parameter $post->ID used in $wpdb->get_row()\n$post->ID used without escaping.
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
In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
The use of function get_post_type_labels() is forbidden
Sample message
Attempting a database schema change is discouraged.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MassPingforSEO".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "mpt__fs_loaded".
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_POST['post_types']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$key]. Check that the array index exists before using it.
Potential connections found in static code analysis.
Outbound calls
192
External assets
2
Incoming endpoints
3
No external asset domains detected.
No public endpoints detected.
admin_post
wp_ajax
wp_ajax
3 score snapshots
v1.1.4
34
Latest
v1.1.3
34
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 173 | 77 | 96 | v1.1.4 | 2.0.0 |
| 34 | 173 | 77 | 96 | v1.1.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.