Skip to content

Instantly share code, notes, and snippets.

@WebVooruit
Created November 22, 2018 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WebVooruit/d18c2f07fd37d6f09e4de8438d638adf to your computer and use it in GitHub Desktop.
Save WebVooruit/d18c2f07fd37d6f09e4de8438d638adf to your computer and use it in GitHub Desktop.
Allow custom field when ACF is active
<?
// allow WordPress Custom Field (meta box) when ACF (Advanced Custom Fields) is active
add_filter('acf/settings/remove_wp_meta_box', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment