Object Sync for Salesforce maps and syncs data between Salesforce objects and WordPress objects.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
374
14 issue groups
Security
102
10 issue groups
I18n
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$add_button_label".
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->option_prefix . 'add_more_wordpress_types'".
Sample message
Unescaped parameter $content_table used in $wpdb->get_col()
Sample message
Use placeholders and $wpdb->prepare(); found $field_map_table
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $ids at "DELETE FROM $this->object_map_table WHERE ID IN ($ids)"
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$data['error']'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['import_file']['name']
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
$_GET[$taxonomy] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of meta_query, possible slow query.
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
Detected usage of a possibly undefined superglobal array index: $_FILES['import_file']['name']. Check that the array index exists before using it.
Sample message
Sanitization missing for register_setting().
Sample message
Attempting a database schema change is discouraged.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
The upgrade notice for "2.0.0" exceeds the limit of 300 characters.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Unescaped parameter $select_meta used in $wpdb->get_results()\n$select_meta assigned unsafely at line 570.
Sample message
Detected usage of meta_key, possible slow query.
Potential connections found in static code analysis.
Outbound calls
76
External assets
209
Incoming endpoints
15
No public endpoints detected.
admin_post
admin_post
admin_post
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 more hidden
First score snapshot
v2.2.13
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 488 | 192 | 296 | v2.2.13 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.