' . 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 the translation project and click "help translate".', 'mailchimp-for-wp' ), 'https://www.transifex.com/projects/p/mailchimp-for-wordpress/' ) . '
'; } /** * @ignore */ function _mc4wp_admin_github_notice() { if( strpos( $_SERVER['HTTP_HOST'], 'local' ) !== 0 && ! WP_DEBUG ) { return; } echo 'Developer? Follow MailChimp for WordPress on GitHub or have a look at our repository of sample code snippets.
'; } /** * @ignore */ function _mc4wp_admin_disclaimer_notice() { echo '' . __( 'This plugin is not developed by or affiliated with MailChimp in any way.', 'mailchimp-for-wp' ) . '
'; } 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 ); ?>