Support

Account

Home Forums ACF PRO Disable specific fields within admin Reply To: Disable specific fields within admin

  • Hi @KornDev

    Using the get_fields parameter {type: 'repeater'} will always work through all versions of ACF PRO even if the class structure changes.

    You can also target via name or key:
    {name: 'test'}
    {key: 'field_1234'}

    Hope that helps