Manage your publications with teachPress
Prioritized issue groups from the latest Plugin Check scan
Security
1,310
10 issue groups
Maintainability
895
13 issue groups
I18n
78
1 issue group
Performance
16
1 issue group
Sample message
Use placeholders and $wpdb->prepare(); found $db_name
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
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['async-upload']
Sample message
Attempting a database schema change is discouraged.
Sample message
$_GET[$field] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $charset_collate at " ADD `abstract` TEXT $charset_collate NULL DEFAULT NULL AFTER `crossref`"
Sample message
Unescaped parameter $charset_collate used in $wpdb->query()\n$charset_collate used without escaping.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$a'.
Sample message
Missing $domain parameter in function call to esc_html__().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "sort_tp_publication_type_options".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BIBTEXCREATORPARSE".
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.9.0.
Sample message
Unescaped parameter $join used in $wpdb->get_results()\n$join assigned unsafely at line 345.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['async-upload']. 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
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
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 use of function set_time_limit() is discouraged
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_print_scripts".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$tp_admin_edit_tags_page".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Not analyzed yet.
First score snapshot
v9.0.13
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 2,331 | 744 | 1,587 | v9.0.13 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.