Initial commit.
This commit is contained in:
12
templates/loop-start.php
Normal file
12
templates/loop-start.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* @package CleverOgre
|
||||
* @subpackage OgreAlert
|
||||
* @since OgreAlert 0.1.7
|
||||
*/
|
||||
|
||||
if (!defined('ABSPATH')) exit;
|
||||
|
||||
?>
|
||||
<section class="ogrealert-messages ogrealert-position-<?php esc_attr_e(\OgreAlert\Settings::get('message_position')); ?>">
|
||||
<ul class="ogrealert-messages__list">
|
||||
Reference in New Issue
Block a user