sitepress = $sitepress; } /** * @param int $user_id */ public function show_notice_for_new_site( $user_id ) { $notices = wpml_get_admin_notices(); $settings_url = admin_url( '?page=' . WPML_PLUGIN_FOLDER . '/menu/languages.php#wpml-translation-feedback-options' ); $user_lang = $this->sitepress->get_user_admin_language( $user_id ); $this->sitepress->switch_lang( $user_lang ); $text = '
';
$text .= __( 'You got back several jobs from translation and they now appear on your site.', 'sitepress' );
$text .= ' ' . __( 'WPML lets you open these pages for feedback, so that visitors can tell you if they notice anything wrong.', 'sitepress' );
$text .= '
';
$text .= '' . __( 'Enable Translation Feedback', 'sitepress' ) . '';
$text .= ' ' . __( 'Learn more about translation feedback', 'sitepress' ) . '';
$text .= '