sitecrafting / conifer

:evergreen_tree: A powerful WordPress library plugin for OO development
https://www.coniferplug.in
MIT License
18 stars 2 forks source link

Site instance methods for wp_register_script() and wp_register_style() #50

Closed acobster closed 5 years ago

acobster commented 6 years ago

Conifer provides a nice, ergonomic wrapper around wp_enqueue_script() and wp_enqueue_style(), but none around the wp_register_* counterparts. It'd be pretty trivial to implement this so that users can register scripts/styles with the same ease, without having to enqueue them.