Update to wp-env 10.6.0 and thus remove previously required workaround. #3
Annotations
3 warnings
WordPress.DB.DirectDatabaseQuery.DirectQuery:
db.php#L33
Use of a direct database call is discouraged.
|
WordPress.DB.DirectDatabaseQuery.NoCaching:
db.php#L33
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
WordPress.DB.DirectDatabaseQuery.DirectQuery:
db.php#L84
Use of a direct database call is discouraged.
|