Torro_Forms::get_deactivation_hook()

Returns the deactivation callback.

Description

See also

Return

(callable) Deactivation callback.

Source

File: src/torro-forms.php

	public function get_deactivation_hook() {
		return array( __CLASS__, 'deactivate' );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.