In the previous two posts, I’ve covered two things:
- Why it’s useful to define an interface for the WordPress Settings API
- An example of one such interface
At this point, it’s worth actually looking at what we can do to practically apply this stuff and implement the interface that we defined in the previous post.
Since I’m working on this series one step at a time (and thus, one article at a time), there won’t be anything functional yet however this is laying the foundation of what we’ll eventually be using to power a settings page in the Dashboard.