Lines:
1 to 14 of 14
<?php namespace EDD\Admin\Promos\Notices; use EDD\Admin\Promos\PromoHandler; /* class Notice */ /* function Notice::_display() – Displays the notice content. */ /* function Notice::get_id() – Generates a unique ID for this notice. */ /* function Notice::should_display() – Determines whether or not the notice should be displayed. */ /* function Notice::dismiss_duration() – Duration (in seconds) that the notice is dismissed for. */ /* function Notice::_should_display() – Individual notices can override this method to control display logic. */ /* function Notice::display() – Displays the notice. */