notification.php 239 Bytes
<?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>