iandunn / wp-cli-rename-db-prefix

A WP-CLI command to rename WordPress' database prefix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid errors during shutdown

szepeviktor opened this issue · comments

Set global $table_prefix to new one now, or earlier in process, to avoid errors during shutdown, etc?
In __invoke() try block.