Social media auto post, social media auto publish, schedule, share, and promote your new, and re-share your old posts to Instagram, X(Twitter), Facebo …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
147
11 issue groups
Security
59
11 issue groups
I18n
9
2 issue groups
Performance
3
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$enddate".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$e'.
Sample message
$_GET['hash'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: $wp_filesystem->get_contents( $filepath )
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['hash']. Check that the array index exists before using it.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 568.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SWS_DEFAULT_META_MANUAL".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "sws_debug_data_output".
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Detected usage of a non-sanitized input variable: $_POST[$field]
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
The use of function ini_set() is discouraged
Sample message
Replacement variables found, but no valid placeholders found in the query.
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
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Missing $domain parameter in function call to esc_html_e().
Potential connections found in static code analysis.
Outbound calls
28
External assets
3
Incoming endpoints
12
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v4.1.12
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 238 | 74 | 164 | v4.1.12 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.