ignore multi query as part of flush

This commit is contained in:
Matthew Bucci
2023-11-09 22:51:55 -08:00
parent 1f3692d4f9
commit 31ce063e06
2 changed files with 8 additions and 11 deletions
+2
View File
@@ -22,6 +22,8 @@ $replaces = array(
'define( ' => '// define( ',
'class wpdb' => 'class wpdb2',
'new wpdb' => 'new wpdb2',
'instanceof mysqli_result' => 'instanceof \PgSql\Result',
'instanceof mysqli' => 'instanceof \PgSql\Connection',
'mysqli_' => 'wpsqli_',
'is_resource' => 'wpsqli_is_resource',
'<?php' => '',