sc0ttkclark / wordpress-fields-api

The 2024 Fields API proposal for WordPress Core
https://make.wordpress.org/core/tag/fields-api/
361 stars 42 forks source link

Widgets Implementation #69

Closed nicholasio closed 1 year ago

nicholasio commented 8 years ago

@sc0ttkclark This is the initial PR for the Widget implementation. I still need to rewrite the core widgets with the Fields API, but first I'd like to see your thoughts about this implementation. For testing purposes I added a example widget.

As opposed to what I said before, I figured out a way to do this without adding any new action or filter.