Arnaud Banvillet

Results 6 issues of Arnaud Banvillet

* [x] I've read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) * [x] This request isn't a duplicate of an existing request * [x] This is not a personal support...

I have a rruleSet that i save as a string in my database that look likes that : ``` DTSTART;TZID=Europe/Paris:20200909T075600 RRULE:FREQ=WEEKLY;BYDAY=TU;BYHOUR=11;BYMINUTE=15 DTSTART;TZID=Europe/Paris:20200907T075600 RRULE:FREQ=WEEKLY;BYDAY=TH;BYHOUR=11;BYMINUTE=15 DTSTART;TZID=Europe/Paris:20200901T075600 RRULE:FREQ=WEEKLY;BYDAY=WE;BYHOUR=9;BYMINUTE=20;UNTIL=20210415T072000 ``` I try to get...

I have create the smallest test project to reproduce the bug : https://github.com/ArnaudBan/filament-excel-export-reproduce-bug There is a bug when : 1. you set the export to use `fromTable()` and `->queue()` ```...

bug

At the end of the [working with posts](http://wp-api.org/guides/working-with-posts.html) page there is a link to the Schema page ( http://wp-api.org/schema.html ). I don't know if the page still exist but the...

There was a wrong variable name in the exemple of adding endpoint extending WP_JSON_CustomPostType

Use the new register_meta "args" parameter to show the term image in the Rest API response. Add a filter for the "show_in_rest" option.