Returns the uninstall callback.
Description
See also
Return
(callable) Uninstall callback.
Source
File: src/torro-forms.php
public function get_uninstall_hook() { return array( __CLASS__, 'uninstall' ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |