Support

Account

Home Forums General Issues ACF hides WP's custom fields

Solved

ACF hides WP's custom fields

  • Hello! I’m new here, sorry if I’m asking simple questions. Before installing ACF plugin I was using WP custom fields, and many pages are already got their custom fields. But after installing ACF plugin I cannot see that block with custom fields in page editor on the bottom panel. In editor’s settings i cannot find label “show custom fields”, only after deactivating ACF plugin label “show custom fields” appears. The question is how to get them show in editor panel with active ACF plugin, thanks!

    P.s. my WP’s them is not custom. No any others plugin only ACF

  • Thank you John for advice, but I ve found out another way to bring back my WP custom fields
    by adding the following line into my themes functions.php file:

    add_filter(‘acf/settings/remove_wp_meta_box’, ‘__return_false’);

    and all the fields was appeared to editor’s bottom

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘ACF hides WP's custom fields’ is closed to new replies.