Enable visitors to submit posts and images from the front-end of your site. Many features including anti-spam security, content restriction, and more.
Prioritized issue groups from the latest Plugin Check scan
I18n
550
3 issue groups
Maintainability
296
15 issue groups
Security
235
7 issue groups
Sample message
Mismatched text domain. Expected 'user-submitted-posts' but got 'usp'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_usp_links".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$afterUrl'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cfturnstile_after_check".
Sample message
$_GET['delete_post'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_FILES['user-submitted-image']
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$i".
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
The parameter "array('parent' => $c->term_id, 'hide_empty' => 0)" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "USP_FILE".
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['g-recaptcha-response']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Short URL detected (bit.ly). Use full URLs instead of URL shorteners.
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 meta_query, possible slow query.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
The $text parameter must be a single text string literal. Found: $usp_options['upload-message']
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
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Use of a direct database call is discouraged.
Not analyzed yet.
First score snapshot
v20260608
26
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 1,095 | 699 | 396 | v20260608 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.