LLMS_Abstract_Notification_View::get_footer()
Retrieve the footer for the notification
Return Return
(string)
Source Source
File: includes/abstracts/llms.abstract.notification.view.php
public function get_footer() { return apply_filters( $this->get_filter( 'get_footer' ), $this->set_footer(), $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |