Publish posts automatically to Twitter.
Prioritized issue groups from the latest Plugin Check scan
Security
518
9 issue groups
Maintainability
51
12 issue groups
I18n
36
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$GLOBALS['edit_flag']'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_COOKIE['xyz_twap_code_verifier'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['xyz_twap_code_verifier']
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['enable']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
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
Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s Click here %s to create a new application.'.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
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
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Mismatched text domain. Expected 'twitter-auto-publish' but got 'social-media-auto-publish'.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Twitter Auto Publish" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
The $text parameter must be a single text string literal. Found: 'Hi there! I'.'m just a plugin, not much I can do when called directly.'
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Unescaped parameter $table used in $wpdb->query()\n$table assigned unsafely at line 24.
Sample message
Use placeholders and $wpdb->prepare(); found $table
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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.
Not analyzed yet.
First score snapshot
v1.7.7
33
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 613 | 442 | 171 | v1.7.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.