Create a library of custom shortcodes and reusable content, and seamlessly insert them into your posts and pages.
Prioritized issue groups from the latest Plugin Check scan
Security
231
8 issue groups
I18n
214
3 issue groups
Maintainability
84
13 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: SH_CD_SLUG
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$button'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "disable-ss-sc-db-value-by-id".
Sample message
Use of a direct database call is discouraged.
Sample message
Detected usage of a non-sanitized input variable: $_GET['action']
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
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
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "SV_Preset".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['enabled']. Check that the array index exists before using it.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "sc_cd_display_add_button".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$table} at "DELETE FROM {$table} WHERE shortcode_id = %d AND id NOT IN (\n
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
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
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
Translatable string should not be wrapped in HTML. Found: '<p class="sh-cd-highlight-colour">Database tables have been checked and fixed if required.</p>'
Sample message
Tested up to: 7.0.1 The version number should only include major versions 7.0.
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unexpected markdown file "CLAUDE.md" detected in plugin root. Only specific markdown files are expected in production plugins.
Potential connections found in static code analysis.
Outbound calls
46
External assets
0
Incoming endpoints
6
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
5 score snapshots
v5.1.8
36
Latest
v5.1.7
36
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 529 | 380 | 149 | v5.1.8 | 2.0.0 |
| 36 | 529 | 380 | 149 | v5.1.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.