runSql(php: UniversalPHP, args: Omit<RunSqlStep<File>, step>, progressArgs?: StepProgress): any
Run one or more SQL queries.
This step will treat each non-empty line in the input SQL as a query and
try to execute it using $wpdb. Queries spanning multiple lines are not
yet supported.
Run one or more SQL queries.
This step will treat each non-empty line in the input SQL as a query and try to execute it using
$wpdb
. Queries spanning multiple lines are not yet supported.