Created
September 16, 2017 23:43
-
-
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/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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