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.
Conifer provides a nice, ergonomic wrapper around
wp_enqueue_script()
andwp_enqueue_style()
, but none around thewp_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.