don't switch blog #637
lint.yml
on: push
EditorConfig
9s
Plugin Check
1m 31s
Matrix: phpstan
Annotations
9 warnings
|
WordPress.PHP.DevelopmentFunctions.error_log_error_log:
includes/class-plugin.php#L1258
error_log() found. Debug code should not normally be used in production.
|
|
WordPress.DB.PreparedSQL.InterpolatedNotPrepared:
includes/class-plugin.php#L1255
Use placeholders and $wpdb->prepare(); found interpolated variable {$prefix} at "DELETE FROM {$prefix}options WHERE option_name LIKE %s"
|
|
WordPress.DB.DirectDatabaseQuery.NoCaching:
includes/class-plugin.php#L1254
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
|
WordPress.DB.DirectDatabaseQuery.DirectQuery:
includes/class-plugin.php#L1254
Use of a direct database call is discouraged.
|
|
WordPress.DB.DirectDatabaseQuery.NoCaching:
includes/class-plugin.php#L1244
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
|
WordPress.DB.DirectDatabaseQuery.DirectQuery:
includes/class-plugin.php#L1244
Use of a direct database call is discouraged.
|
|
WordPress.DB.DirectDatabaseQuery.NoCaching:
includes/class-plugin.php#L1229
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
|
WordPress.DB.DirectDatabaseQuery.DirectQuery:
includes/class-plugin.php#L1229
Use of a direct database call is discouraged.
|
|
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error:
includes/object-cache.php#L940
trigger_error() found. Debug code should not normally be used in production.
|