Captivate Sync™ is a WordPress plugin maintained and developed by Captivate, part of the Rebel Base Media family. With our background in Podcast Websi …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
365
11 issue groups
Security
288
11 issue groups
I18n
53
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: "$acf_option_field_group_label".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_captivate_sync".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$btn_disabled'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['transcript_file']
Sample message
$_GET['s'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['transcript_file']['name']. Check that the array index exists before using it.
Sample message
Mismatched text domain. Expected 'captivatesync-trade' but got 'captivate-fm-sync'.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Use of a direct database call is discouraged.
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
Missing $domain parameter in function call to __().
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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 $cfm_shows at "ALTER TABLE $cfm_shows CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci"
Sample message
Unescaped parameter $cfm_shows used in $wpdb->query()\n$cfm_shows assigned unsafely at line 156.
Sample message
The use of function set_time_limit() is discouraged
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Using exclusionary parameters, like exclude, 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
Unescaped parameter $pid used in $wpdb->get_results()\n$pid assigned unsafely at line 766.
Potential connections found in static code analysis.
Outbound calls
85
External assets
1
Incoming endpoints
30
register_rest_route
wp_ajax
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
16 more hidden
2 score snapshots
v3.3.2
24
Latest
v3.3.1
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 730 | 173 | 557 | v3.3.2 | 2.0.0 |
| 23 | 731 | 174 | 557 | v3.3.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.