Merge pull request #40 from jamieblomerus/enlargeable-bugfix #7
Annotations
9 errors and 8 warnings
Run plugin check:
includes/wp-login/class-login.php#L70
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'apply_filters'.
|
Run plugin check:
includes/wp-login/class-login.php#L71
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'apply_filters'.
|
Run plugin check:
includes/wp-login/class-login.php#L72
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'apply_filters'.
|
Run plugin check:
includes/wp-login/class-login.php#L73
Images should be added using wp_get_attachment_image() or similar functions
|
Run plugin check:
includes/wp-login/class-login.php#L73
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'apply_filters'.
|
Run plugin check:
includes/wp-login/class-login.php#L93
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'apply_filters'.
|
Run plugin check:
includes/wp-login/class-login.php#L94
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'apply_filters'.
|
Run plugin check:
includes/admin/class-admin.php#L337
Images should be added using wp_get_attachment_image() or similar functions
|
Run plugin check
Process completed with exit code 1.
|
Run plugin check:
includes/class-activation.php#L55
Use of a direct database call is discouraged.
|
Run plugin check:
includes/class-activation.php#L55
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
Run plugin check:
includes/class-activation.php#L55
Use placeholders and $wpdb->prepare(); found interpolated variable {$table_name} at "DROP TABLE IF EXISTS `{$table_name}`"
|
Run plugin check:
includes/class-activation.php#L55
Attempting a database schema change is discouraged.
|
Run plugin check:
includes/settings/class-usersettings.php#L65
Detected usage of meta_key, possible slow query.
|
Run plugin check:
includes/settings/class-usersettings.php#L66
Detected usage of meta_value, possible slow query.
|
Run plugin check:
includes/class-core.php#L186
Detected usage of meta_key, possible slow query.
|
Run plugin check:
includes/class-core.php#L187
Detected usage of meta_value, possible slow query.
|
Loading