Skip to content

Instantly share code, notes, and snippets.

@paullacey78
Created September 16, 2017 23:43
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 paullacey78/fb509049b972522225bad4586d384603 to your computer and use it in GitHub Desktop.
Save paullacey78/fb509049b972522225bad4586d384603 to your computer and use it in GitHub Desktop.
Enable custom field meta-boxes when ACF is active From https://wpbeaches.com/wordpress-custom-fields-missing-acf-active/
<?php
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