Allows user to sync Posts, Pages and Custom Post Type with multiple websites.
Prioritized issue groups from the latest Plugin Check scan
Security
119
6 issue groups
I18n
66
2 issue groups
Maintainability
14
9 issue groups
Repo Compliance
1
1 issue group
Sample message
The $domain parameter must be a single text string literal. Found: SPS_txt_domain
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_SESSION['sps_msg']'.
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
Detected usage of a non-sanitized input variable: $_POST['sps_general_option_field']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_POST['sps_general_option_field'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File and folder names must not contain spaces or special characters.
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
Detected usage of meta_query, possible slow query.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Tested up to: 6.6 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
The "Text Domain" header in the plugin file should only contain lowercase letters, numbers, and hyphens. Found "sps_text_domain".
Potential connections found in static code analysis.
Outbound calls
2
External assets
0
Incoming endpoints
1
No external asset domains detected.
register_rest_route
3 score snapshots
v1.9.3
39
Latest
v1.9.2
39
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 200 | 179 | 21 | v1.9.3 | 2.0.0 |
| 39 | 198 | 177 | 21 | v1.9.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.