On my sites, I disable the admin UI by default. I’ve setup a standard set of fields for my base theme, and pull those in through a PHP file.
Unfortunately, when I launch a website, I need to first enable the UI, add in the license key, and then re-disable the UI again. Many times I forget and have to then do then when I’m performing updates on a site.
Is there a way to activate an ACF5 license without using the UI? Maybe through a define or a filter?