default-blog

Enable “custom field” field after install AFC

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

Leave a Comment