currently we have some program hooks and call them via this sf_process_hook() method… since we are reinventing most everything else in 5.0, I would like to propose getting rid of our current hook method, killing the hooks file (would need to evaluate each one) and replace them with standard wp do_actions()… we can still pass all the current data and it will be more standard.
of course, anyone with existing hooks will lose compatibility. we could support both, just add a new do_action() with the process hook, but seems overkill… would be very simple for users to convert there current hooks to wp actions…
and since 5.0 is a major, major rewrite, I propose we clean the slate and do it right and standard like in wp…
thoughts?


