[wp-hackers] extra plugin hooks for admin interface?

Tara Star tellme at climbtothestars.org
Tue Nov 16 23:15:35 UTC 2004


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



More information about the hackers mailing list