*/ abstract class Notice extends Notification { public $type = 'notice'; public $color = 'error'; /** * Get Key * * @author Jewel Theme */ final public function get_key() { return 'jltwp_adminify_notice_' . $this->get_id(); } /** * Footer content * * @author Jewel Theme */ public function footer_content() { return ''; } /** * Notice Header * * @author Jewel Theme */ public function notice_header() { ?>
*/ public function notice_content() { } /** * Notice Footer * * @return void * @author Jewel Theme */ public function notice_footer() { ?>
footer_content(); ?>
*/ public function core_script( $trigger_time ) { ?>