Enable “custom field” field after install AFC
July 25, 2020
After you install AFC plugin https://www.advancedcustomfields.com/ your option for custom field will disappear, this snippet is solution to enable it back, just put inside your function.php in your child theme:
add_filter('acf/settings/remove_wp_meta_box', '__return_false');
Posted in Wordpress Tweaks