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
Version | Description |
---|---|
1.0.0 | Introduced. |