Descrição
This plugin allows you to create recurring rules within a single ACF field.
Just add a RRule field in an ACF field group and use the interface to create a period like you would do in any agenda. The field will automatically generate the corresponding RRule string and save every single date in database. You can then query all the dates with a single call to the get_field()
function.
Instalação
This plugin requires ACF or ACF Pro to work.
- Upload
acf-rrule
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Create a RRule field in an ACF field group
- Use
get_field('field_name')
to get an array representation of your recurring rule
Avaliações
Não existem avaliações para esse plugin.
Colaboradores e desenvolvedores
“ACF RRule Field” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir “ACF RRule Field” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
1.0.4
- Add a “No end date” option
- Fix a bug when the timezone is not set
1.0.3
- Update french translation
1.0.2
- Fix a PHP error when the start date field is not set
1.0.1
- Fix a PHP warning when using a number of occurrences.
1.0
- First stable release