Skip to content

Instantly share code, notes, and snippets.

@mishterk
Created September 17, 2021 04:41
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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