jjgrainger / PostTypes

Simple WordPress custom post types.
https://posttypes.jjgrainger.co.uk/
MIT License
372 stars 48 forks source link

Create Registrar classes #83

Closed jjgrainger closed 1 month ago

jjgrainger commented 2 years ago

This PR refactors Post Type and Taxonomy classes by moving the logic to handle registering types to WordPress to their own separate Registrar classes. This is a large change but will help towards making the codebase more maintainable.

jjgrainger commented 1 month ago

Close in favour of #97