Did you try Is user… section in CCS doc?
[Updt] Ah, just tried, CCS ACF Repeater shortcode doesn’t return data for user…
[Updt] Curious, checking if the user repeater has values returns a positive result (“Repeater data found”) but then, the repeater shorcode doesn’t return any data:
[if user_field=my_user_repeater]
<p>Repeater data found</p>
[repeater my_user_repeater]
[user my_user_repeater_text]<br>
[/repeater]
[else]
<p>No repeater data found</p>
[/if]
-
This reply was modified 4 years, 11 months ago by studioavanti.
-
This reply was modified 4 years, 11 months ago by studioavanti.
-
This reply was modified 4 years, 11 months ago by studioavanti.