wordress core and importer has no way to know how any of the data is actually being used. The importer will just import everything, if a meta data stopped being used then you will get some not needed stuf in your DB but nothing worse then that.
Of course it is very easy to test, just copy your site to a development machine, try to import and check the impact in your specific case.
Related Posts:
- Identifying Importer Posts
- INSERT ON DUPLICATE KEY UPDATE failes in postmeta table
- How to update post meta with xml data
- How can I get the post ID from a WP_Query loop?
- How to edit a post meta data in a Gutenberg Block?
- Import WordPress XML File from Within Functions.php
- How we get_post_meta without post id
- What is the code to get the download link for a product in WooCommerce?
- How to update/delete array in post meta value?
- Adding an assisting editor box to Post page
- How do I retrieve multi-dimensional arrays from the wp_postmeta table, & display on a website?
- Get Advanced Custom Fields values before saving [closed]
- How to store post meta in an array?
- adding a URL to a post meta
- update_post_meta() not working when used with WordPress action
- Adding meta data to an attachment post
- Get posts by meta value with date
- Get updated post meta on save_post action?
- Delete post meta conditionally after save post
- Problem With Order Item Meta In Woocommerce
- Job of meta_key meta_value fields in database tables
- Best way to save postmeta
- How to add meta data to WordPress posts?
- How to update Post Meta values through the comment system
- Filtering multiple meta_values
- how to build (custom) stats for post views, per month
- get_post_meta pagination
- How add post_meta from user_meta?
- How can I get my iFrame to work with url from post_meta?
- How to use update_post_meta() function properly?
- Importing XML to WordPress, permalink problem
- Update post meta in woocommerce order frontend
- populate post meta in gravity forms [closed]
- How to display post view count by date, week and month?
- WP All Import manual Cron
- How can I filter posts when the meta_value is a serialize object?
- How do I dynamically call a page/post author into the meta data?
- Set Condition echo function get_post_meta
- Unknown characters added to meta data values
- get_post_meta($post->ID) returns empty string when in preview mode of custom post type
- Problems with WordPress Import
- Read post meta values, only if posts are public
- get_permalink vs the_permalink
- Time & Date on Post – Time Ago Custom Function
- Updating my Post when expiry date is past
- Mass removing CSS from 1,700 post [closed]
- How to display sql query fired by posts_where
- How to import Theme Unit Test on localhost
- Help with Post Meta
- How do I manage custom meta in post revisions in the Block Editor era?
- Generate metadata for cloud images
- Import post from XML files into custom post type programatically [closed]
- Migrating meta value to new meta value
- Insert multiple metas in one time
- How to extract data from a post meta
- count post meta values
- Correct meta of Writing Meta Tags
- Get post_meta from specific post [closed]
- How to add tags to post from frontend?
- Retrieve user_meta and copy to post_meta
- getting the post_id from the post_meta
- Displaying the ‘time ago’ for recent activity within a post/custom post type?
- add post meta front end edit
- How to query and update one colum in postmeta table?
- troubles with get_post_meta (and saving it)
- How to remove date from showing in meta description
- update post meta value with other post meta value
- How to merge the array values in foreach?
- Check For get_post_meta on Author Archive Page
- What format is this and how to get value “lal” and “pila” from it
- How to exclude posts by meta key value in the_post_navigation next prev links?
- How to save a meta_value as a numeric value after I retrieve it via update_post_meta?
- update_post_meta not working with transition_comment_status
- Import Instagram post as WordPress post
- Update post meta date always store 1970-01-07
- Is it possible to pass an whole array using custom field in wordpress?
- Attachment metadata has value of ‘1’
- How do I update a specific value within array in a products metadata?
- Optimize WP Meta Query for large amount of post meta?
- rendering open graph meta tags in wordpress
- Get post meta after insert post
- Data not displaying in text field
- XML file import for attachments or featured images
- Restore deleted _thumbnail_id in postmeta table
- WP-API + JS Backbone client – how to update post meta
- Proper Way to Sanitize Meta Input
- update_post_meta returning false when called during init
- Prevent site down when importing data from large XML file
- Hide the_meta if no value
- php wp_insert data on front using a form
- Updating post_meta when updating a setting with the Settings API
- How to show specific meta keys of all posts in admin panel?
- wp_schedule_event not working
- Moving 2 wordpress sites to one
- Access Serialized Post Meta Values
- Cache metadata for set of posts
- Does post-meta belong in header?
- Problem with get_post_meta
- Export Posts Without Categories In An XML File
- get_post_meta() returns nothing in save_post, publish_post, wp_after_insert_post