Finally I found the solution to this issue on documentation of wp all import
https://www.wpallimport.com/documentation/troubleshooting/encoding/
If you’re sure that your XML file is valid, it’s not using UTF-8 encoding, and WP All Import is still rejecting it, try adding this code snippet inside your child theme’s functions.php file
add_filter( 'is_xml_preprocess_enabled', 'wpai_is_xml_preprocess_enabled', 10, 1 );
function wpai_is_xml_preprocess_enabled( $is_enabled ) {
return false;
}
Related Posts:
- InDesign to WordPress workflow
- How to export post 2 posts WordPress plugin data [closed]
- import posts with dutch/special letters
- Import a folder containing HTML files and images to WordPress
- Import only new articles from Joomla to WordPress
- Why doesn’t the WordPress Importer update posts?
- Some way to Flush or Overwrite all Imported Content in a Site for a Fresh Import – How?
- WordPress import does not fetch images, but just links them
- Unable to activate wordpress importer after installing it
- Exporting and importing my WordPress database, but none of the plugin settings are importing
- Why Won’t Exported Blog From One Site Import Into New Site?
- Media is not attached after import
- Creating an online questionnaire form – by Importing the questions from a spreadsheet?
- WordPress Gutenberg react make import of __experimentalUseInnerBlocksProps which is no more experimetal
- CSV syntax for WP All Import upload without ACF
- WP ALL Import plugin – import data from certain ids
- How to import multiple language mutations to polylang?
- How can I copy all users to newly created site on a multisite network in WordPress?
- WP All Import – Execute Imports
- Permalinks stopped working after migration with WP all-in-one migration plugin
- WordPress and a secondary database?
- How to export all content with feature images?
- Import Instagram post to WordPress blog post
- Designing a plugin that uses an iFrame to process data in admin
- Plugin generating unexpected output – on WP mysql dump import
- Attachments broken after giving WordPress its own directory
- Importing csv file
- WordPress does not allow me to upload a .xml file
- Import Recent Posts Only and Ignore old ones if exist
- Save log for imports in WordPress database – options-table, custom post type or other place?
- Bulk Edit Media Library alt, caption, image names
- best way to upload a large file to wordpress using wp all import
- Add a WooCommerce Product Variant with attributes programmatically
- Import tumblr post to wordpress blog
- phpBB 3 to bbPress
- How to export and import plugin data through WordPress tools option
- How to prevent WP All Export from wrapping XML nodes in CDATA? [closed]
- Why activate_plugin is not working in register_activation_hook
- Insert query inserts 2 entries, should insert 1
- Adding Custom Fields for Img in Posts
- Shortcode display outside the div
- How to create a widget or plugin to add custom content to my website?
- How can I let users to access plugin functions based on roles?
- Licensing of freemium plugin
- AJAX image upload with a upload progress bar using media_handle_upload
- Advanced Custom Fields
- How to create a plugin that notifies for updates?
- Retrieving plugin options value saved through setting
- Problem in loading javascript in footer
- How to ‘clone’ a wp plugin to make small changes
- With W3 Total Cache when I publish a post it does not appear in the homepage. Only if i purge all cache [closed]
- How do_action funtion works with path parameter?
- Two (or more) looks, with one set of content
- include any plugin within other plugin or use other plugin within other
- Upgraded to latest version – 3.0.3 and Now I get a “sufficient permissions to access this page” error
- Enqueue WordPress plugin scripts below all other JS
- Arrays not working in my add_options_page
- Problem with removing plugin action
- edit_user_profile and show_user_profile are not firing inside a class
- multiple language website navigation menu suggestion
- composer not working on my plugin when i upload it to my website
- How do I create a custom permalink structure for a page template
- How to remove a class function from a plugin by using remove_action()?
- Visual Composer: Where do I find the source code of a custom element?
- speed up pagination for huge database
- Blurry images when loading the page first time
- Default WordPress gallery or very lightweight alternative to it?
- Rating system for users
- Summary and Comments on Main landing Page
- Error activating certain plugins
- Widgets are not displaying in the admin panel
- Register PODS Custom Field with WPGraphQL [closed]
- www redirects to another directory in wordpress
- How to send SMS notification to customer after click on submit?
- Stripe payment slows down booking page
- How Can I Create A Form In WordPress For Subscribers To Alert Them about new Listing posted?
- Block Google tracking on refuse consent of the user with plugin
- Custom form data not displaying in cart page?
- Failed GET Request From admin.php To Fetch .min.js File From Unminifed Directory
- How to write different events from different functions in my file to a log file in WordPress
- How to make a plugin api route have permission?
- WordPress eMails not working
- Creating Custom Settings on Pages/Posts For Plugin
- How to add the functionality of WordPress needed to be installed to be mandatory while installing themes
- Very Slow loading. Plugins report provided by P3 included
- How To Rewrite WordPress Pages URL Only?
- WordPress Thumbnail add action if no thumbnail
- Plugin update, is a deactivation and activation done?
- Update a WordPress website FROM Twitter or Facebook
- How to remove message output for the WP-PostRatings Plugin?
- How to tweak a plugin without preventing it from updating
- How can I replace the built in WordPress editor?
- How to Add Extra Text In WordPress Title Before Post Publish
- WordPress Convert queries to slashes using function.php
- 404 Error on a WordPress Website, Error disappears for a while and again appears
- ShipStation WooCommerce Integration error
- Not Able to Edit Homepage After Updating Elementor
- How to fetch data from the two plugin’s data on the frontend?
- Remove 3rd party plugin notices from within own plugin
- How to add entity in WordPress that have metadata such as name, age