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
- Twillio How To Send SMS for Custom Post Type
- Woocommerce category description as subtitle
- Change the name of an installed plugin
- WP deregister, register and enqueue dequeue
- why in my wordpress admin panel the membership option is not showing
- Website dumps encoded result
- why shouldn’t i save metadata when its a revision
- wordpress.org codebase
- Function to prevent users from trashing comments
- WordPress takes too much time (100 seconds) to load – Front end and back end
- how to change the verification url of pie register plugin of wordpress?
- stack-overflow-like content ranking for wordpress?
- finding whether request is for post, and post id
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- Masonry images not working
- How to block XML-RPC attack?
- Force language in translate function
- Using color picker in plugin, does input attribute order matter?
- jQuery | JJ Carousel Plugin – Can’t set speed [closed]
- How do I combine a theme with a plugin
- How to track clicks
- WP.org acceptable iframe alternative
- Access post title from custom meta box on title change
- Add to array, redirect and display
- How to add a WordPress Nonce for this form to avoid CSRF
- Function call in wordpress short code handler fails
- Overriding current theme files via plugin
- Passing PHP Variables to AJAX Loaded Pages
- How to check for completeness when upgrading fails and stuck in maintenance mode
- Remove border attribute from Pin It Button image to pass HTML5 validation [closed]
- Manage PDF downloads and protected pages
- How to restrict a plugin from certain pages without editing its core
- Hooks to run after a core upgrade?
- How do I override all stylesheets and scripts without a plugin
- How to permanently show Word Counter on Create/Edit Page. WordPress5.9.3
- How to hide a woocommerce setting tab from admin & shop manager?
- how to move a plugin-block in Edit Post page back to bottom area?
- How to get data from a form on a wordpress site?
- Search results to point to specific section?
- Make custom post types using ACF
- Using id to show item
- How can I upload and password protect Javadocs in WordPress?
- WP Migrate DB Pro plugin cannot transfer Media files to remote server
- Shortcode and WP query using category attributes
- URL Rewrite 404
- Custom Gallery plugin uploading to different dir, and post to page
- Better way to run heavy scripts using WordPress database
- Migrating custom php we wrote from functions.php into a site-specific plugin
- What is the correct entry point for capturing coverage data
- how to check plugin name unique or not?
- Pause form submissions while upgrading plugins
- How do I locate specific part of code that affects ssl?
- Redirect login url
- Disable plugin on admin page
- Automatization for automatization
- WordPress ajax not working in registration
- Publish Post but don’t call publish hook in foreground post creation
- WordPress Overrides folder permissions in Cpanel
- Setting META tags such as description and title on programmatic post creation
- How to Set Limit with WordPress Get Bookmarks Shortcode
- Share Bar over laps left column [closed]
- making users able to add their own products wp e-commerce [closed]
- Selling Downloadable Products [closed]
- Plugins menu not on dashboard