We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96786cb commit 5d8c196Copy full SHA for 5d8c196
1 file changed
src/Transient_Command.php
@@ -381,6 +381,7 @@ public function list_( $args, $assoc_args ) {
381
$query = "SELECT `option_name` as `name`, `option_value` as `value` FROM {$wpdb->options} {$where}";
382
}
383
384
+ // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared -- Prepared properly above.
385
$results = $wpdb->get_results( $query );
386
387
foreach ( $results as $result ) {
0 commit comments