403Webshell
Server IP : 192.241.186.36  /  Your IP : 216.73.216.199
Web Server : Apache/2.4.29 (Ubuntu)
System : Linux webserver7 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64
User : root ( 0)
PHP Version : 7.4.32
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/fluentclick/wp-content/plugins/subscriptio/views/subscription/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/fluentclick/wp-content/plugins/subscriptio/views/subscription/activity-log.php
<?php

// Exit if accessed directly
defined('ABSPATH') || exit;

/**
 * Subscription activity log meta box view
 */

?>

<?php if (!empty($log_entries)): ?>

    <ul>

        <?php foreach($log_entries as $log_entry): ?>

            <li rel="<?php echo $log_entry->get_id(); ?>" class="rp-sub-activity-log-entry-<?php echo $log_entry->get_status('edit'); ?>">

                <div class="rp-sub-activity-log-entry-content">

                    <div class="rp-sub-activity-log-entry-heading">
                        <strong><?php echo $log_entry->get_event_type_label(); ?></strong> &ndash; <?php echo $log_entry->get_status_label(); ?>
                    </div>

                    <?php if ($log_entry->get_notes()): ?>
                        <?php echo RightPress_Help::array_to_html_list($log_entry->get_notes(), false, 'rp-sub-activity-log-entry-notes'); ?>
                    <?php endif; ?>

                </div>

                <p class="rp-sub-activity-log-entry-meta">

                    <a href="<?php echo esc_url(add_query_arg('rp_sub_log_entry_id', $log_entry->get_id(), admin_url('edit.php?post_type=rp_sub_log_entry'))); ?>" title="<?php esc_html_e('More details', 'subscriptio'); ?>"><?php echo $log_entry->get_created()->format_datetime(); ?></a>

                    <?php if ($log_entry->get_actor_id()): ?>
                        <?php echo sprintf(' ' . esc_html__('by %s', 'subscriptio'), $log_entry->get_formatted_actor_name()); ?>
                    <?php endif; ?>

                </p>

            </li>

        <?php endforeach; ?>

    </ul>

    <p class="rp-sub-activity-log-view-all">
        <a href="<?php echo esc_url(add_query_arg('subscription_id', $subscription->get_id(), admin_url('edit.php?post_type=rp_sub_log_entry'))); ?>"><?php esc_html_e('View all entries', 'subscriptio'); ?> &rarr;</a>
    </p>

<?php else: ?>

    <p class="rp-sub-meta-box-empty"><?php esc_html_e('There are no log entries yet.', 'subscriptio'); ?></p>

<?php endif; ?>

Youez - 2016 - github.com/yon3zu
LinuXploit