Support

Account

Home Forums General Issues Can ACF work without the plugin appearing?

Solving

Can ACF work without the plugin appearing?

  • I’m working on a site with custom fields, which appear to be ACF in origin.

    But there is no ACF plugin installed.

    I did find a “acf” folder inside wp-content/themes/theme-name.

    Is it possible to build a site using ACF and then remove the plugin, and have the fields still work?

  • No, you cannot remove the plugin and have the fields still work.

    From your description the developer of the site has included ACF in the theme instead of installed as normal and that they have likely disabled the ACF admin, see the show_admin setting on this page.

  • Thank you John for replying.

    There is no filter in functions.php hiding ACF admin.

    I searched the entire theme folder for ‘show_admin’ and only acf.php has a function initialize() which sets ‘show_admin’ => true.

    Can the ACF admin be hidden permanently by the previous developer?

    Any help greatly appreciated.

  • It’s possible that they have used some other method to hide or disable its use. Exactly what I don’t know. It could be in a plugin or some other code that is not included in the theme’s folder.

  • You can try to access the ACF plugin page directly by going to wp-admin/edit.php?post_type=acf-field-group.

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

You must be logged in to reply to this topic.