Migrate to FooGallery from other gallery plugins like NextGen, Modula, Envira and other gallery plugins.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
181
14 issue groups
Security
61
8 issue groups
I18n
31
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_tab".
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
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at AND p.ID IN ($placeholders)"
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
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FM_ENVIRA_POST_TYPE".
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d, %3$s", but got "%d, %d, %s" in 'Migrated %d of %d %s'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['images_per_turn']
Sample message
Mismatched text domain. Expected 'foogallery-migrate' but got 'foogallery'.
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['foogallery_album_migrate_url']. Check that the array index exists before using it.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
The use of function set_time_limit() is discouraged
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
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
print_r() found. Debug code should not normally be used in production.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Potential connections found in static code analysis.
Outbound calls
8
External assets
0
Incoming endpoints
18
No external asset domains detected.
No public endpoints detected.
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
6 more hidden
2 score snapshots
v1.13
35
Latest
v1.10
33
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 273 | 41 | 232 | v1.13 | 2.0.0 |
| 33 | 288 | 83 | 205 | v1.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.