Viewing 2 replies - 1 through 2 (of 2 total)
  • I think it should be as easy as removing the current user filter

    'user_id' => $current_user->ID,

    Change to:

    // Remarked by Elliot 'user_id' => $current_user->ID,

    For information, the comment filter is this bit, so it should show the latest comments:
    ‘status’ => ‘approve’

    HTH

    David

    Thread Starter Elliot Sowersby

    (@elliotvs)

    Worked.

    Thanks David.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit this code to list all users instead of just current user?’ is closed to new replies.