Hi there,
ive been learning to write plugins using this:
http://codex.wordpress.org/Creating_Admin_Themes
I see that it gives 2 options for hooks: admin_head and admin_footer.
Is there any others available?
Hi there,
ive been learning to write plugins using this:
http://codex.wordpress.org/Creating_Admin_Themes
I see that it gives 2 options for hooks: admin_head and admin_footer.
Is there any others available?
I think this page is the best place to start reading:
http://codex.wordpress.org/Plugin_API
Try this web site/link: http://adambrown.info/p/wp_hooks/
Also.
Action hooks:
http://codex.wordpress.org/Plugin_API/Action_Reference
Filter hooks:
http://codex.wordpress.org/Plugin_API/Filter_Reference
The Adam Brown reference is a good one.. ;)
This topic has been closed to new replies.