MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/www/india/wp-content/plugins/mailchimp-for-wp/includes/views/parts/admin-footer.php
<?php defined( 'ABSPATH' ) or exit;

/**
 * @ignore
 */
function __mc4wp_admin_translation_notice() {
	if( stripos( get_locale(), 'en_us' ) === 0 ) {
		return;
	}

	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 ) {
		return;
	}

	echo '<p class="help">Developer? Follow or contribute to the <a href="https://github.com/ibericode/mailchimp-for-wordpress">MailChimp for WordPress project on GitHub</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="medium-margin">

	<?php

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

</div>