update comment #632
lint.yml
on: push
EditorConfig
12s
Plugin Check
1m 53s
Matrix: phpstan
Annotations
5 warnings
|
WordPress.DB.DirectDatabaseQuery.NoCaching:
includes/class-plugin.php#L1230
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#L1230
Use of a direct database call is discouraged.
|
|
WordPress.DB.DirectDatabaseQuery.NoCaching:
includes/class-plugin.php#L1223
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#L1223
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.
|