LLMS_Abstract_Notification_View::__destruct()
Destructor
Contents
Return Return
(void)
Source Source
File: includes/abstracts/llms.abstract.notification.view.php
public function __destruct() {
remove_filter( 'llms_user_info_shortcode_user_id', array( $this, 'set_shortcode_user' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |