Skip to content

Instantly share code, notes, and snippets.

@YordiDavid
YordiDavid / json_sync_acf_fields.php
Created October 1, 2021 09:03 — forked from amjad/json_sync_acf_fields.php
Automatically update Advanced Custom Fields field groups via JSON
<?php
/**
*
* Function that will automatically remove ACF field groups via JSON file update
*
*/
function acf_auto_suppr($json_dirs) {
$groups = acf_get_field_groups();
if (empty($groups)) {