Hi i’am french and i have a problem,
My site is updated automatically in version 4.8.1 and now I no longer have access to ACF Pro.
I can access by entering directly ‘edit.php?post_type=acf-field-group’ in the address bar but the buttons on the admin menu disappeared.
Am I the only one in this case?
Can you help me ?
Edit :
Ok, it is a mistake of me.
I copy/paste the code of documentation :
function my_acf_init() {
acf_update_setting('show_admin', false);
acf_update_setting('google_api_key', 'xxx');
}
add_action('acf/init', 'my_acf_init');
Sorry, You can delete this post.
Please mark it as resolved.