get_template(); $super_globals = new WPML_Super_Globals_Validation(); if ( ! $wpml_tm_status_display_filter ) { wpml_tm_load_status_display_filter(); } $use_translation_editor = ICL_TM_TMETHOD_EDITOR === (int) $iclTranslationManagement->settings['doc_translation_method']; return new WPML_TM_Post_Edit_Notices( $status_helper, $sitepress, $template_service, $super_globals, $wpml_tm_status_display_filter, $use_translation_editor ); } }