Automatically publishes blogposts to profiles/pages/groups on Twitter, Google+, Pinterest, LinkedIn, Blogger, Tumblr ... 22 more
Prioritized issue groups from the latest Plugin Check scan
Security
2,700
10 issue groups
Maintainability
564
11 issue groups
I18n
216
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"</b> at char $i without open tag: REMOVED</div>"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
$_GET['acc'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['impFileSettings_button']['tmp_name']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_ENV['CONTENT_TYPE']
Sample message
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: 'Authorize Your '.$ntInfo['name'].' Account'
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing $domain parameter in function call to __().
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
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Mismatched text domain. Expected 'social-networks-auto-poster-facebook-twitter-g' but got "default".
Sample message
Use placeholders and $wpdb->prepare(); found $dupe
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
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
The use of function ini_set() is discouraged
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Expired timestamp, yours $timestamp, ours $now"'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $options_table at "DELETE FROM $options_table WHERE option_name LIKE %s"
Not analyzed yet.
First score snapshot
v4.4.7
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 3,541 | 2,408 | 1,133 | v4.4.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.