Allows users to upload, manage, search, and download publications, documents, and similar content (PDF, Power-Point, etc.).
Prioritized issue groups from the latest Plugin Check scan
Security
108
7 issue groups
I18n
89
3 issue groups
Maintainability
61
12 issue groups
Performance
2
1 issue group
Sample message
Mismatched text domain. Expected 'wp-publication-archive' but got 'wp_pubarch_translate'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"' title='$pub_title'>$pub_title</a></li>"'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "content_save_pre".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$installed".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Publication_Archive".
Sample message
$_POST['wpa-alternates']['description'][$i] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_POST['wpa-alternates']['description'][$i]
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wp_pubarch_activate".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_PUB_ARCH_DIR".
Sample message
Missing $domain parameter in function call to __().
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Publication Archive" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['wpa-alternates']['description'][$i]. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: readfile().
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
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
Detected usage of tax_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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
The parameter "$args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Tested up to: 3.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.
Potential connections found in static code analysis.
Outbound calls
7
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v3.0.1
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 261 | 197 | 64 | v3.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.