Default WordPress custom fields won Gutenber ACF is activated
-
We have a custom post type and we’d like to edit a default WP custom field called ‘reading time’.
With ACF activated, it is impossible to activate default WP custom fields using the Preferences link in Gutenberg. i.e. this option is hidden.
I’ve tried adding:
// ACF Display Custom Fields add_filter( 'acf/settings/remove_wp_meta_box', '__return_false' );to
functions.php, but the issue remains.Help appreciated.
The topic ‘Default WordPress custom fields won Gutenber ACF is activated’ is closed to new replies.