Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save schutzsmith/43eecafcc3b6be6c9481101b53c04094 to your computer and use it in GitHub Desktop.
Save schutzsmith/43eecafcc3b6be6c9481101b53c04094 to your computer and use it in GitHub Desktop.
Speed up ACF backend loading time
<?php
add_filter('acf/settings/remove_wp_meta_box', '__return_true');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment