Skip to:
Content
Pages
Categories
Search
Top
Bottom

Create shortcode with displayed user id?


  • ddean1968
    Participant

    @ddean1968

    Hello all, I am trying to work out how to create a shortcode that would grab the currently viewed user profile user ID. So if I was looking at John does profile, this would return his user id, not mine. I believe what I need to use is bp_displayed_user_id. I am new to wp and bp so any help would be greatly appreciated.

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

  • shanebp
    Moderator

    @shanebp

    Why use a shortcode when you can just use this:
    <?php echo bp_displayed_user_id(); ?>

    If you still want to use a shortcode, then share the code that you have already and actually tried.


    ddean1968
    Participant

    @ddean1968

    Thanks Shane, got it working earlier doing just that

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar