WebDevStudios / oops-wp

A collection of abstract classes, interfaces, and traits to promote object-oriented programming practices in WordPress.
57 stars 9 forks source link

Add abstract data structure for menu registration #5

Closed jmichaelward closed 4 years ago

chrispian commented 5 years ago

Created an initial stab at creating this class for menu registration. Here is the class and interface in my branch.

jmichaelward commented 4 years ago

I reviewed @chrispian's work from May and opened PR #26 to move this ticket forward. I think we're pretty close; a few adjustments, and we should be able to include this in the next release.

jmichaelward commented 4 years ago

This has been merged into master and included in the 0.3.0 release.