Support

Account

Home Forums Backend Issues (wp-admin) Call to undefined function acf_get_field_groups() Reply To: Call to undefined function acf_get_field_groups()

  • Place this in your wp-config.php file to gain access to your site admin.

    
    define('WP_DISABLE_FATAL_ERROR_HANDLER', true);
    

    The only reason to get this error is that ACF has been deactivated.

    You wouldn’t happen to be hosting on wordpress.com would you?