With the readiness of the WP REST API still in question, developer Daniel Bachhuber yesterday announced the release of REST API Version 2.0 Beta 12, called Canyonero. You can download it from the plugin repository or GitHub. The most notable changes include removing meta endpoints from the primary plugin. “If your project depends on post meta endpoints, please install WP REST API Meta Endpoints,” Bachhuber wrote in the post. Other changes include returning original resource when deleting PTCU, moving to consistent use of context throughout controllers, and more. You can read the full list of changes here. The update comes on the heels of a contentious Slack […]
What Kids Tracks Mean For WordCamps
Though WordCamps have always been family-friendly, some have been taking things a step further and creating activities just for kids. This is a great option for parents who want to bring their kids along, but it’s even more beneficial for the children themselves. Introducing children to WordPress early is a great way to open their eyes to technology and coding. David Laietta, WordCamp Orlando organizer, sees kids’ activities just another way to make WordCamps even more inclusive. “This can be improved by offering up ways to get the younger members of our community more involved,” he said. “As well as give […]
Introduction To Term Meta In WordPress
WordPress 4.4 introduced several new features for developers. The infrastructure for the WordPress REST API got the most attention by far, but there are some other notable new features that are worth a closer look. One in particular is taxonomy term metadata. In this article, I will discuss what term meta is and how to use it. The need for term meta is made apparent by the wide number of solutions that existed in the past to approximate this feature via various means. For example, Pods has supported custom fields for taxonomy terms for a long time. Previously, those custom […]
JavaScript: Is Deep The Right Goal?
I’m very excited to be a part of WordCamp Miami‘s “Learning Javascript, Deeply” track. The fact that five of the seven talks are on JavaScript frameworks, however, is reflective of a troubling reaction I see to Matt Mullenweg’s call for WordPress developers to “learn JavaScript deeply.” JavaScript frameworks like Backbone, which is what WordPress uses, are great ways to make complex JavaScript tasks easy. But it would be foolish to think that learning a JavaScript MVC framework is learning JavaScript deeply. JavaScript: Is Deep The Right Goal? Don’t get me wrong, I’m giving two talks on AngularJS because I think […]
WP REST API Stalled
A two-hour WP REST API team meeting on Slack ended yesterday with the devs at a standstill and the API delayed. The group had gathered to discuss the existing post, term, user, and comment endpoints. The team is investigating handling these issues in a plugin instead of delaying the merge with the core. The biggest issues with these four items are password-protected posts, autosaves, and meta handling. At the end of September, Ryan McCue announced the merge proposal for the API, saying the infrastructure will be merged with 4.4, which it has been, and the endpoints will be taken care of for 4.5. However, some […]

No Comments