PHP Classes

File: templates/events/no-event.php

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Event Story Manager Plugin   templates/events/no-event.php   Download  
File: templates/events/no-event.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Event Story Manager Plugin
Manage and publish regional events in WordPress
Author: By
Last change:
Date: 1 year ago
Size: 327 bytes
 

Contents

Class file image Download
<?php if (!defined('ABSPATH')) exit; ?>
<div class="row justify-content-center">
    <div class="col-8">
        <div class="card card-body">
            <h5 class="card-title text-center text-danger">
                <?php echo esc_html_e('No event found', 'event-story'); ?>
</h5>
        </div>
    </div>
</div>