diff --git a/mu-plugins/advanced-custom-fields.php b/mu-plugins/advanced-custom-fields.php index 28e361a..d70cf83 100644 --- a/mu-plugins/advanced-custom-fields.php +++ b/mu-plugins/advanced-custom-fields.php @@ -19,3 +19,12 @@ ); // Export fields to .acf/acf-export.json and as code to inc/acf-fields.php + +add_action( + 'admin_footer', + static function () { + echo ''; + }, + PHP_INT_MAX, + 0 +);