LLMS_Abstract_Notification_View::__destruct()

Destructor


Return Return

(void)


Top ↑

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' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.