Skip Navigation

[Resolved] Best Practice When Deleting a Recurring Field Group

This thread is resolved. Here is a description of the problem and solution.

Problem:

I would like to delete a recurring field group entirely from my website, as I have found a better way to handle this information

Solution:

You can try these:

https://toolset.com/forums/topic/best-practice-when-deleting-a-recurring-field-group/#post-2202325

Relevant Documentation:

This support ticket is created 3 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by aaronM-9 3 years, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#2201873

I would like to delete a recurring field group entirely from my website, as I have found a better way to handle this information. Will deleting the custom field actually delete all the data in the database, or will it only remove the field from being available moving forward? I would like to make sure that the following is purged since there are thousands of entries:

- The custom field itself
- All post_meta in the database associated
- All relationships
- All associations between posts

Figured it'd be safest to check in with you before I proceeded so that I didn't make a mistake and leave any rogue data behind. Thanks in advance for providing best practice here.

- Aaron

#2202325

Hello,

You can try these:
- The custom field itself
Dashboard-> Toolset-> Custom Fields, find and remove the fields and field groups

- All post_meta in the database associated
Dashboard-> Toolset-> Custom Fields, click button "Post Field Control", find and delete above custom fields

- All associations between posts
Dashboard, find those custom post types, and remove the posts

- All relationships
Dashboard-> Toolset-> Relationships, find and remove those relationships

To avoid any unexpected result, please backup your website database first.

#2202957

Hi Luo,

The relationship does not show up in the relationships page because it is part of a repeating field group. The posts are also not accessible from the dashboard because of the same reason (repeating field groups do not appear on the dashboard). This only leave deleting the field itself from the custom fields editor and the post field control. I gave it a try and it appears all the data was successfully removed from the database. All set - thanks.

- Aaron