Support

Account

Home Forums General Issues update_field not updating fiel Reply To: update_field not updating fiel

  • When I call update_field(), I call it using ajax as follows

    add_action('wp_ajax_get_myFunction', 'myFunction');

    I would have thought that if update_field() is indeed firing, the ACF libraries would have loaded, no?