Skip to content

Instantly share code, notes, and snippets.

@mishterk
Created September 17, 2021 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mishterk/600a80916570d20b1d30ba81bc532034 to your computer and use it in GitHub Desktop.
Save mishterk/600a80916570d20b1d30ba81bc532034 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