Support

Account

Home Forums ACF PRO ACF the WP-API and a unique repeater row id Reply To: ACF the WP-API and a unique repeater row id

  • Very nice! This worked great. Of course you can install without composer by adding this to your functions file.

    // Repeater unique ID in a folder called functions in my theme
    require_once(‘functions/ACF_Field_Unique_ID.php’);

    PhilipNewcomer\ACF_Unique_ID_Field\ACF_Field_Unique_ID::init();