You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should have all of the methods needed to construct a new field in a more normalized way, and will allow us to get methods out of WP_Backstage and WP_Backstage_Component classes into a more appropriate place. This will also pave the way for extensions and extra fields to be added in a normalized way.
theenoahmason
changed the title
Create a base WP_Backstage_Field class, and move out all field code to classes that extend this class.
Create a base WP_Backstage_Field class, and move out all field code to classes that extend this class
Oct 24, 2022
This should have all of the methods needed to construct a new field in a more normalized way, and will allow us to get methods out of WP_Backstage and WP_Backstage_Component classes into a more appropriate place. This will also pave the way for extensions and extra fields to be added in a normalized way.
See: https://github.com/dreamsicle-io/wp-backstage/wiki/Development#developing-fields
The interface should have a signature similar to this:
The text was updated successfully, but these errors were encountered: