whatwedo ACF Cleaner

June 28, 2023

whatwedo ACF Cleaner Plugin

Cleanup old metadata created by Advanced Custom Fields.

We analyze the post of the selected post types against the ACF groups in use. Afterwards we remove all data from deleted groups.
There’s a dry run available (discovery) to see how many fields would get removed. On the actual cleanup you get prompted because it can’t be undone (so make a backup first).

Contribute

Developed with ♥ by whatwedo in Bern.
Thanks to TrilipuT for contributing.

This plugin was initially created for our own usage to clean a big database from old ACF data.

Check out the GitHub repository and submit pull requests or open issues

Installation

The plugin can be found it the WordPress Plugin Directory. Search for “ACF Cleaner”.

Manual Installation

  1. Upload the entire /wwd-acf-cleaner directory to the /wp-content/plugins/ directory.
  2. Activate “whatwedo ACF Cleaner” through the ‘Plugins’ menu in WordPress.
  3. Do a database backup manually or use a third party tool
  4. Go to “Tools / ACF Cleaner”
  5. Select the post types you want to clean and run it

Screenshots

  1. The option page for the plugin. You can find it in "Tools / ACF Cleaner"

    The option page for the plugin. You can find it in "Tools / ACF Cleaner"

  2. On every post type with unused data the following metabox is shown

    On every post type with unused data the following metabox is shown

FAQ

What about conditional fields

Conditional fields are not taken in account at this point. This is probably also the issue why there’s nothing like this baked into the ACF plugin itself. Down the road it gets pretty complex.

Output the names of the deleted fields

We are aware that it would be handy to know which exact fields will get deleted, so the user can analyzing the actual data. This could be integrated in a future release.
We already know the name of the fields and we’re also returning them from the server. Since they’re a lot of unordered data, we don’t do something proper with those in the frontend .

Support more than just post meta

ACF allows fields for term meta, user meta etc and not just post meta. This plugin only works with post meta for now.
There’s a ticket in the WordPress Support page for this: https://wordpress.org/support/topic/support-more-than-just-post-meta/. We’re happy to accept pull requests.

Changelog

1.2.1 (2023-05-25)

  • Prevent error when no clone field is used (thanks to melcarthus for reporting)

1.2.0 (2023-04-20)

  • Find more orphans (repeater and clone fields)
  • Improve loading of plugin when included via a theme
  • Return notice when Advanced Custom Fields is not installed
  • Show more CPT in the list (also not public once are visible now)

1.1.0 (2022-07-14)

  • Add single post metabox with detailed info for unused fields (thanks to TrilipuT)
  • More precise unused fields detection added (thanks to TrilipuT)
  • Add check if Advanced Custom Fields is installed (thanks to sebastian_a) for reporting it

1.0.0 (2020-02-22)

  • First release

Details

  • Version: 1.2.1
  • Active installations: 600
  • WordPress Version: 5.5
  • Tested up to: 6.2.6
  • PHP Version: 7.0

Ratings


5 Stars
4 Stars
3 Stars
2 Stars
1 Stars