Support

Account

Home Forums Backend Issues (wp-admin) Widget Instance Title as ACF Field? Reply To: Widget Instance Title as ACF Field?

  • Did you try:

    
    $title = get_field('cf-widget-heading-01', 'widget_' . $widget_id);
    

    That worked for me. Hope that helps!