Michael Beckwith
Michael Beckwith
Due to how I'm picturing #891 going, this may actually become a key component in that, and needed. We'll want to make sure that deleting in this fashion will NOT...
Sorry Alok, but I moved everything to `687-add-delete-link-two` branch. Keeping what I can for your contributions, but ended up changing direction a fair amount. This branch still needs to add...
Hey @garretthyder Would love for a touch of extra testing from you if you're willing. Below is a link to a release build that should be install-ready with the current...
Hey @garretthyder Sorry for sort of "falling off the radar" here, it was all vacation time I promise :D Did you have a chance to test this feature out at...
The biggest issue with most of those spots is the fact that the `__()` functions and all its variations aren't meant to parse PHP variables. Because of that, we don't...
Looks like your version is trying to pull from https://packagist.org which we don't have CPTUI on https://packagist.org/?query=webdevstudios However, it would be available via https://wpackagist.org via: `composer require wpackagist-plugin/custom-post-type-ui:1.8.2` Hope this...
Best I maybe have at the moment is the Composer 2.x detail. My test earlier worked just fine with 1.x and I haven't reviewed recently what's changing for process between...
I'm marking this as wontfix as we don't have CPTUI on packagist.org and wpackagist.org is just fine at the moment.
Overall looks good to me. I do believe you could save yourself a get_option call by using the $cpts parameter passed in to the callback. If you look at https://github.com/WebDevStudios/custom-post-type-ui/blob/master/custom-post-type-ui.php#L245...
503-polylang-support, needs work, but I have something started