Support

Account

Home Forums Backend Issues (wp-admin) Custom Field Not showing in wp-admin Reply To: Custom Field Not showing in wp-admin

  • Hi @mitu820

    Possibly your theme could be hiding the ACF menu using acf/settings/show_admin filter as explained here

    You need to find out if your theme is using the above filter and if so, then the function being hooked to this filter should return true.