notification.php 239 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php /** * Outputs a fixed overlay toast-style notification. * * @package WPZincDashboardWidget * @author WP Zinc */ ?> <div id="<?php echo esc_attr( $this->base->plugin->name ); ?>-notification" class="wpzinc-notification"></div>