February 4, 2012

Show user id in site admin

Andy posted some jQuery that showed the user ids on the site admin users screen. I wrapped the jQuery in a plugin which you drop into your mu-plugins folder.

Show User ID on Site Admin Users page (356)

Get 3 for the price of 2 in the Network Home Bundle

Includes 3 ebooks with plugins -
Network Home Pages: aggregate global content, set up sitewide tags, create a huge tags cloud like the one seen on WordPress.com, global footers and menus, setting defaults & more
Custom Registration: sign up on sub sites, multilingual signup pages, stop spam blogs
WP Curator: pick and choose posts from sub sites to feature on the main home page of your network

Network Home Pages, Custom Registration & WP Curator – $35.90 for all three. Purchase

Comments

  1. Andy Bailey says:

    simple wrapper on a simple line of js!
    you can make it a few bytes smaller by removing the var user_id = from the start of the line, that’s only there to stop the page from changing if you paste the line into the address bar of the browser.