Skip to content

WordPress helper library to rename the database prefix.

Notifications You must be signed in to change notification settings

Pressmodo/database-prefixer

Repository files navigation

WordPress database prefixer

Simple utility class to rename a site's database prefix. This is a modified copy of https://github.com/iandunn/wp-cli-rename-db-prefix so that it is not restricted to WP CLI usage only.

Please note this is not compatible with a multisite setup.

Install

composer require pressmodo/database-prefixer

Usage

use Pressmodo\DB\DatabasePrefixer;

$run = ( new DatabasePrefixer( $newPrefix ) )->init();

About

WordPress helper library to rename the database prefix.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages