Re: Filters and Hooks Needed
I don't see any blog post about CP 3.0.3 being released. Glad to hear that pluggable functions are making its way in this release.
As for a tutorial on plugin filters, see the first post in this thread where I highlight what can be done (applicable to CP 3.0.2). There's also a link to the plugin filters article on the
WP codex. Tell your entire dev team to check it out.
Yes, I agree that something such as plugin filters should be discussed with your CP dev team in regards to what sections of the code filters should apply to. This is similar to agreeing upon which functions should be pluggable.
FYI, I'm currently hacking the cp_add_new_listing() function in /includes/form/step-functions.php, I'd suggest making some of those functions in that file pluggable as well.
Also, just as a real-world example, BuddyPress' default parent theme uses filters, CP should think about it as well.