fix var name #631
Annotations
5 warnings
|
Run plugin check:
includes/class-plugin.php#L1227
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
|
Run plugin check:
includes/class-plugin.php#L1227
Use of a direct database call is discouraged.
|
|
Run plugin check:
includes/class-plugin.php#L1220
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
|
|
Run plugin check:
includes/class-plugin.php#L1220
Use of a direct database call is discouraged.
|
|
Run plugin check:
includes/object-cache.php#L940
trigger_error() found. Debug code should not normally be used in production.
|
Loading