Robert Deaton wrote:
> I believe he is saying the hooks already exist, and you can hook into
> them by using:
>
> add_action('simple_edit_form', 'your_function');
> or
> add_action('edit_form_advanced', 'your_function');
>
> for simple and advanced edit or post forms respectively.
thanks!
Steph