Support

Account

Home Forums General Issues Admin errors since 5.5.13 PRO update Reply To: Admin errors since 5.5.13 PRO update

  • Hi guys,

    the 5.5.14 update resolved the problem.
    With or wihtout

    function my_setup() {
      if(function_exists('get_field')) {
        ....
      }
    }
    add_action('after_setup_theme','my_setup');
    

    I don’t get the error anymore