PHP Classes

File: template/pop-up.php

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Simple Wordpress Pop-up Plugin   template/pop-up.php   Download  
File: template/pop-up.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Simple Wordpress Pop-up Plugin
Make a pop-up appear in a WordPress site pages
Author: By
Last change:
Date: 22 days ago
Size: 561 bytes
 

 

Contents

Class file image Download
<?php

//block direct access
if (!defined('ABSPATH')) {
    exit;
}


?>

<div id="addressNotice" class="notice-overlay">
    <div class="notice-box">
        <h3>We?ve Moved!</h3>
        <p>We have moved from our old office ? we are now at
            <strong>18216 Preston Road, Suite B-3 #103
                Dallas, TX, 75252
            </strong>.
            <br>
            We are in same shopping center just moved to Phoenix Salon suites next to Tom Thumb.
        </p>
        <button onclick="dismissNotice()">Got it!</button>
    </div>
</div>