Skip to content

don't switch blog

don't switch blog #637

Triggered via push October 10, 2025 20:43
Status Success
Total duration 1m 35s
Artifacts

lint.yml

on: push
Matrix: phpstan
Fit to window
Zoom out
Zoom in

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.