Gabriele Coquillard
Gabriele Coquillard
I added the possibility to setup multiple admin taxonomy filters, implemented with a fieldset of checkboxes https://github.com/johnbillion/extended-cpts/wiki/Admin-filters#taxonomy-terms-dropdown ```php 'admin_filters' => [ 'genre' => [ 'title' => 'Genre', 'taxonomy' => 'genre',...
Hello I created a Xamarin binding library of this project, if anyone is interested I needed it and i thought it would have been nice to share it https://github.com/kokiddp/Xamarin.RecyclerView.Animators I...
I read through the code and discovered that the login function, although very clever, runs through a set on non public API and doesn't mimic the human behaviour, thus is...