'wpml_get_admin_notices', \WPML_REST_Request_Analyze::class => [ \WPML_REST_Request_Analyze_Factory::class, 'create' ], \WP_Filesystem_Direct::class => 'wpml_get_filesystem_direct', \WPML_Locale::class => [ \WPML_Locale::class, 'get_instance_from_sitepress' ], \WPML_Post_Translation::class => [ \WPML_Post_Translation::class, 'getGlobalInstance' ], \WPML_Term_Translation::class => [ \WPML_Term_Translation::class, 'getGlobalInstance' ], \WPML_URL_Converter::class => [ \WPML_URL_Converter::class, 'getGlobalInstance' ], \WPML_Post_Status::class => 'wpml_get_post_status_helper', '\WPML_Language_Resolution' => function () { global $wpml_language_resolution; return $wpml_language_resolution; }, \TranslationManagement::class => 'wpml_load_core_tm', ]; } }