Torro_Forms::uninstall()

Uninstalls the plugin.

Description

Drops all database tables and related content.

See also

Source

File: src/torro-forms.php

	public static function uninstall() {
		torro()->db()->uninstall();
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.