Keep the WordPress custom field metabox showing with Advanced Custom Fields

Keep the WordPress custom field meta box showing with Advanced Custom Fields on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_filter('acf/settings/remove_wp_meta_box', '__return_false');

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.