As far as I know the custom key-value pairs are kept in the wp_postmeta
table. You can simply examine (and delete) them in the database directly.
SELECT *
FROM wp_postmeta
WHERE meta_key LIKE '%you_old_key_name%'
The ACF configuration of the fields is another story, but you say that you don’t even have the field in the new setup, so you shouldn’t worry about that one.
Make sure you backup your database before modifying or deleting anything, just in case.
Related Posts:
- importing data from non-wordpress mysql db
- How to copy data from a custom field to the post_content?
- How To Save Data From Remote APIs To ACF?
- Advanced Custom Fields: how do I check to see if a value is set in an field? [closed]
- Where are custom field values stored in the database
- Importing data for advanced custom fields plugin?
- Advanced Custom Fields – Get custom fields from parent page
- Add custom field to the archive page?
- Matching Serialized Arrays with meta_query
- So much data in postmeta
- How to position a custom field before the editor
- With WordPress Importer, why can’t I import post meta containing a multi-dimensional array, in which value(s) of that array contain line breaks?
- Display post_object content using Advanced Custom Fields plugin
- What is the advantage of the wp_options design pattern?
- Unable to get Preview of Uploaded image within a Custom Meta box
- Edit Custom Database Tables in WordPress
- Retrieve custom fields on Categories, using WP-API
- How to delete custom field “suggestions” from dropdown list
- Order by custom field date?
- Change content before writing to database
- Register new user and add custom data row value for it
- Order Custom post type loop by custom field (datepicker)
- Using Custom Function With Advanced Custom Fields
- automatically set “Featured Image” the same as the og:i that is set in a custom field
- Problem with adding exta field in metabox in custom post type
- After moving my site from a dev subdomain, to root, all my custom meta data is gone
- Front-end update_post_meta with ajax
- Copying Custom Meta Values from existing post to a duplicate post
- Calculate the sum of certain the_sub_fields
- Advice needed for importing custom field data and database structure
- Programatically import custom fields using wp all import [closed]
- Displaying Custom Fields on Post with Genesis Child Theme
- Create Posts using Import>RSS/WXR/XML and pass values to Custom Fields
- Unable to show ACF’s Image Custom Field properly in Genesis Framework [closed]
- Login & Register & Custom details WITHOUT plugin
- Send Multiple Custom Field Values Through the URL
- Leader board for game on homepage
- Importing users to Buddypress with custom fields
- ACF won’t load from a custom JSON location
- Which is best in the following scenario : post_meta vs custom table vs parent/child posts
- Default WordPress taxonomy (Tag) – How to add a custom field to form and save it to the database
- Separate table or usermeta
- Custom User Profile Fields
- Show ACF fields only on certain page in the backend
- Update posts after populating ACF field value [closed]
- How can I pass a variable set by ACF to header.php?
- WP Custom Fields Metabox Disappears – ACF plugin issue [closed]
- Get all posts that do not have a specific custom field without using a subquery
- Transfer self made functions.php custom fields to Advanced Custom Fields [closed]
- Importing from XML is ignoring serialized custom field
- ACF: How to get the full field name (meta_key) by a field key?
- Dynamically fill a post custom field with post publish date
- WP All Import – Using Xpath to set a select value
- How can I store a file in the database in the same way WordPress and ACF do?
- Will loading too many ACF Fields cause slow down?
- Custom fields not getting saved in the databse when added to the add new user profile page
- WP_User_Query pulling ACF to loop
- Is there any way to get all meta and standard columns for any WordPress object after searching based on meta key and value
- Calling the “wp-link-wrap” pop-up modal
- Print custom field in Query Loop block
- How to add Advenced Custom Fields In Single Post
- How to schedule a custom field value update?
- Order RSS content by an advanced custom field value
- Add new image block, set default class name and update it using Javascript
- Get an advanced custom field after post publish
- How to create a dropdown select of all items in an ACF field group
- Advanced Custom Fields dynamic update_field
- WooCommerce – Adding Custom Fields To Invoice
- Is there a better way to list all database terms alphabetically?
- Sort custom post type by multiple custom fields
- Linking Custom Fields to Database Records
- How to populate custom field dropdown box based on prior selection?
- When creating a metabox do you have to create DB fields for the data?
- Limit of char count in WP custom fields
- Vimeo thumbnails
- Advanced Custom Fields WYSIWYG More tag
- Walker class for sub-menu with ACF fields
- How to list Category list in ACF Pro’s Select Field to choose from [closed]
- Get all the posts where meta field with multiple choice has several values checked
- Custom fields issue [closed]
- Querying posts by latitude and longitude to build a Google Maps with several markers
- Adding custom field and querying from post table
- ACF: How to get users with a ACF flexible content subfield with a specific value AND layout?
- WordPress creates new lines in postmeta table on post update
- Saving Post Data in Another Database
- Diamond question mark in text after migrating content
- ul list with only as many li’s as filled custom fields
- Retrive Image URL of Custom Fields in Theme
- Display custom field from the front page on another page
- How to Pass values to Custom Field through PHP in WordPress Posts?
- Let Users Filter Posts by Custom Fields
- Filter posts by custom field (Advanced Custom Fields)
- Advanced Custom fields not available yet during publish_page action
- How can I output the custom fields wrapping with HTML
- How do I convert all custom_field php timestamps in the database to js timestamps?
- Displaying an ACF list of users
- The conditional logic only works to show or hide?
- ACF Plugin How to make the customer add more fields in the post?
- Custom field Search with Relavanssi
- How to get custom image field of specific post id