Prioritized issue groups from the latest Plugin Check scan
Security
233
7 issue groups
Maintainability
20
9 issue groups
I18n
1
1 issue group
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_title'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "daily_salat_times".
Sample message
Processing form data without nonce verification.
Sample message
Function "submit_button()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $st_options ..." but found "<?= $st_options ..."
Sample message
Sanitization missing for register_setting().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "PrayTime".
Sample message
Detected usage of a non-sanitized input variable: $_POST['st_options']
Sample message
$_POST['st_options'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$prayTime".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['st_options']. 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: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Missing $domain parameter in function call to __().
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
11
External assets
1
Incoming endpoints
0
No public endpoints detected.
2 score snapshots
v3.7.1
40
Latest
v3.7
39
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 255 | 235 | 20 | v3.7.1 | 2.0.0 |
| 39 | 257 | 236 | 21 | v3.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.