| Server IP : 145.239.37.162 / Your IP : 216.73.217.80 Web Server : Apache System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaa/www2024/wp-content/plugins/pop-up-pluginknock/public/ |
Upload File : |
<div id="popup" class="<?= 'anim-type-' . $animation_type; ?> <?= 'anim-duration-' . $animation_duration; ?>">
<div class="pop-up-header">
<h2><?= $title; ?></h2>
<div class="close">
<?php require plugin_dir_path(__FILE__) . 'close.svg'; ?>
</div>
</div>
<div class="pop-up-body">
<p>
<?= $text; ?>
</p>
<img src="<?= $img_url; ?>" alt="image de pop-up">
<a href="<?= $link; ?>" class="pop-up-link">cliquez ici</a>
</div>
</div>