Inpsyde\MultilingualPress\Database\TableInstaller::uninstall PHP Метод

uninstall() публичный Метод

Uninstalls the given table.
С версии: 3.0.0
public uninstall ( Inpsyde\MultilingualPress\Database\Table $table = null ) : boolean
$table Inpsyde\MultilingualPress\Database\Table Optional. Table object. Defaults to null.
Результат boolean Whether or not the table was uninstalled successfully.
    public function uninstall(Table $table = null);
TableInstaller