[wp-hackers] Adding Stuff to the WP-admin Landing Page

Joefish joefish.hackers at feastofcrumbs.com
Sun Jan 6 04:57:11 GMT 2008


On Jan 5, 2008 7:06 PM, Hans Engel <engel at engel.uk.to> wrote:
> How can I add something via a plugin to the landing page of WP-Admin?
> The first page you see after logging in, I mean.
>
> It is done in YAPB
> (http://johannes.jarolim.com/blog/wp-content/uploads/mygallery/yapb-beta-screenshots-1/04.jpg ), and I would really like to do the same thing with my plugin (add information to that page). However, I haven't been able to find the hook for doing this, @ wphooks.flatearth.org or in the YAPB source.
>
> Does anyone know how to implement this in a plugin?
>

I think you're looking for activity_box_end.

 add_action('activity_box_end', 'your_plugin_function');

Hope this helps.


More information about the wp-hackers mailing list