Support

Account

Home Forums General Issues Hide AFC licence Reply To: Hide AFC licence

  • Hi @rthomas98

    Please keep in mind that you’re not supposed to give your license key to your customers. This page should give you more idea about it: https://www.advancedcustomfields.com/resources/including-acf-in-a-plugin-theme/.

    Regarding your question, I’m afraid you can’t hide the license menu, but you can always hide the ACF menu entirely with this code:

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

    I hope this helps 🙂