John Blackbourn
John Blackbourn
This column type expects either a Unix timestamp or a MySQL datetime string. This might not be documented because to be honest custom columns on taxonomies aren't as frequently used...
This should work. Let me look into it.
Thanks! It's been a long while since I implemented a post type that used any of the date parameters in its permastructure, so it's likely that I missed this. I...
Yes that's correct. You could probably call `get_post_type_labels( get_post_type_object( 'post' ) )` to get that list of labels so you don't need to redeclare them all. (Extended CPTs was never...
I think I like this idea and I can see uses for it. Could you share the code sample that we chatted about in Slack the other day?
@rmccue Do you have that code sample somewhere?
Yeah this is definitely something I want to fix. The lib should only test methods of the specified class and not any of its inherited methods.
I've seen this too. It's due to PHPUnit bundling a newer version of `phpdocumentor/reflection-docblock`. Can you try running your tests with `./vendor/bin/phpunit` (instead of just `phpunit`) and let me know...
Yep. I'm planning to update the library to allow it to use static analysis instead too. See #1.
I'll get the docs updated to mention the PHPUnit issue.