Replies: 0
Can you make detection where fields are used. For instance Options Page need addition in code:
<?php if ( have_rows( 'images' ) ) : ?>
to
<?php if ( have_rows( 'images', 'option' ) ) : ?>
https://www.advancedcustomfields.com/resources/get-values-from-an-options-page/