Support

Account

Home Forums Backend Issues (wp-admin) How to get all ACF groups or field for specific post type Reply To: How to get all ACF groups or field for specific post type

  • FYI, The original code (below) seems to be working for me now (ACF PRO v5.7.9)

    $groups = acf_get_field_groups(array('post_type' => 'your-post-type'));