get_custom_fields_translation_settings( $sitepress->get_wp_api()->constant( 'WPML_TRANSLATE_CUSTOM_FIELD' ) ); $custom_field_images_translation_factory = new WPML_Media_Custom_Field_Images_Translation_Factory(); return new WPML_Media_Custom_Field_Batch_Url_Translation( $custom_field_images_translation_factory->create(), $wpdb, $translatable_custom_fields ); } return null; } }