Forums

Join
bbPress Support ForumsPluginsAny tag for seeing if it is an admin page?

Info

Any tag for seeing if it is an admin page?

  1. Hello folks.
    I am quite experienced in WP plugin development, but I am new to bbpress.
    I am trying to port a WP plugin of mine to bbpress.
    The first thing I need to do is to detect whether the loaded page is in the admin are or not. IN WP I'd use is_admin(). I naïvely tried it in BBpress, no luck.
    Any suggestion?
    Cheers,
    Davide

  2. Oops, just 2 mins after posting I found a list of BBpress functions, featuring is_bb_admin()
    Well, hope this monologue will be helpful to other developers :)

  3. You must log in to post.