• I’m currently writing a plugin, and I need to put some CSS into the header of the main page. Is there a hook that allows me to do this? I know of admin_head() for the administration system…

    The documentation on the WP website is VERY lacking, in my opinion. Is there a full WP plugin documentation site, or?

    Any help is much appreciated. Thank you!

    *Update* I just found it in another plugin’s code. Sorry…

    wp_head()

Viewing 2 replies - 1 through 2 (of 2 total)
  • chrisfnet,
    Documentation is far more difficult to keep up on than you might think. It appears that you were looking for something with v1.5, no? That version is in BETA, so it follows that documentation will lag behind an application that changes so much in a short time.

    You can always volunteer to help by writing documentation as well, since this is a user-supported product. We are all volunteers here.
    http://codex.wordpress.org

    Documentation is also a lot less fun to write. 😉

    But I do believe I see a volunteer to do the documentation? 😛

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Equivalent to admin_head()?’ is closed to new replies.