I just wrote up the documentation for Underpin’s Array Helper methods and the Array Processor. I’ll probably work on the String helper methods next. But first, I’m going to get some shut-eye. So tired.
-
PoC – A Registry-Based Approach To The Fields API
This is a very early look at a potential solution to the fields API. This is not ready for actual review. I’m pushing early mostly so we can talk about some of the things in the PR and see if there’s significant problems. Approach The idea here is that there is a central singleton registry […]
-
Post Settings Sidebar Example
This PR introduces a new document to the fields API that illustrates how to build a sidebar in the post settings section sidebar in the block editor. The goal of this PR is to help add visibility on one of the many ways in which a field is used inside WordPress.
-
Alex Standiford
I finished up the documentation that instructs people how to install Underpin using WordPress. I frequently get asked how to set up Composer in a WordPress install, so I took some time to add details on how to do that, too. Hoping this helps people get started.
-
Alex Standiford
Just wrote a ton of documentation on Underpin’s registry/collections API, full of tons of examples with sample code and everything. Hoping I can add to this next week sometime.
-
I’m Committing to Better Standards for Underpin
I want to make Underpin something that I can share with others better, and something that others feel comfortable with using. And that starts with taking ownership of the code, stabilizing it, and documenting it.
-
Underpin’s String Helper Can Now Convert strings to camelCase and PascalCase
I issued a minor release for Underpin today that introduces a way to convert strings to camelCase as well as PascalCase.
-
I Contributed to a discussion on Shared/Collaborative User Lists in Mastodon
I contributed to Mastodon by commenting on an issue, expressing strong support for shared user lists while emphasizing their utility in single-user instances. I also raised important privacy concerns, advocating for consensual inclusion and user control over list memberships.
-
I Created a Basic WordPress BerlinDB Example Plugin
To bridge the gap in BerlinDB’s documentation, I’ve crafted a basic WordPress plugin loaded with inline comments to help people see how to use it.