Jeremy Ward

Results 7 comments of Jeremy Ward

I'm interested in discussing this further. The goal for this project is to provide as flexible a framework as possible for WordPress developers to practice writing plugins and themes in...

@salcode We certainly _could_ use `Runnable`, but what if the interface for a Plugin changes in a future release? I'm opting to leave that flexibility in place so that references...

As another example, you might examine the [ShortcodeInterface](https://github.com/WebDevStudios/oops-wp/blob/master/src/Structure/Content/ShortcodeInterface.php), which extends both `Registerable` and `Renderable`, without defining any required methods of its own. It's true that custom code could type hint...

@phatsk This PR includes output for taxonomy count comparisons now.

Assigning this over to @tommcfarlin, as he has done some preliminary work on a client project that could lead to the completion of this ticket.

There are now two PRs for this: #18 and #25, the latter of which was forked from the former, and has been refactored a bit to match the structure of...

@tfrommen Thank you for sharing that library, and for taking a look into this one! My goal for the OOPS-WP library is to provide a set of classes that help...