Support

Account

Home Forums General Issues Problems updating Reply To: Problems updating

  • Hi @AmandaB

    Any calls to get_field (or any other ACF functions) within your functions.php must be wrapped in a function_exists statement.

    This is because the functions.php file is read during the update while ACF is unavailable.

    Thanks
    E