• Hello,

    I am using Oxygen Builder and I can use PHP Function Return Value, but I don’t know what to put function arguments section. Could you please help me? Also, can we use this inside an ACF repeater field?

    My idea is to create a repeater to add events but some events are recurring so I thought I could use this plugin. Is it possible to do?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Marc Bellêtre

    (@marcbelletre)

    Hi,

    I don’t know about Oxygen Builder but if you can write PHP code you would just have to use get_field('field_name') (replacing field_name by the actual name of your RRule field) to return the generated set of dates. You can read more here: https://github.com/marcbelletre/acf-rrule#usage

    You can use this plugin to add RRule fields inside repeaters. I actually use it a lot this way ??

Viewing 1 replies (of 1 total)
  • The topic ‘Usage’ is closed to new replies.