Organize your photos in folders and collections. Synchronize with Lightroom. Make your life easier! :)
Prioritized issue groups from the latest Plugin Check scan
Security
482
13 issue groups
Maintainability
303
8 issue groups
I18n
54
4 issue groups
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 $orderSql at \t\t\t\t$orderSql \n
Sample message
Unescaped parameter $table_name used in $wpdb->get_col()
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_POST['lr_id']'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE["wplr_auth_token"]
Sample message
$_COOKIE["wplr_auth_token"] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
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: $_FILES['file']['name']. Check that the array index exists before using it.
Sample message
The $domain parameter must be a single text string literal. Found: $this->domain
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Use placeholders and $wpdb->prepare(); found $limitClause
Sample message
Missing $domain parameter in function call to __().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
print_r() found. Debug code should not normally be used in production.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $query used in $wpdb->get_col()\n$query assigned unsafely at line 2010.
Sample message
Mismatched text domain. Expected 'wplr-sync' but got 'meowapps'.
Sample message
Sanitization missing for register_setting().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Potential connections found in static code analysis.
Outbound calls
55
External assets
0
Incoming endpoints
10
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v6.5.4
24
Latest
v6.5.3
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 898 | 253 | 645 | v6.5.4 | 2.0.0 |
| 23 | 902 | 252 | 650 | v6.5.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.