콘텐츠로 바로가기
WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
    • 문서
    • 포럼
  • About
    • WordPress 6.9
    • 워드프레스 6.8
    • 워드프레스와 40% 웹을 위한 여정
    • 워드프레스 번역 핸드북
  • 워드프레스 한국팀
  • 워드프레스 받기
워드프레스 받기
WordPress.org

Plugin Directory

Joe's Recent Users Activity

  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인
  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인

Joe's Recent Users Activity

작성자: Joe
다운로드
실시간 미리보기
  • 세부사항
  • 평가
  • 설치
  • 개발
지원

설명

A mobile responsive lightweight plugin displaying the most recent 100 logged-in users and their last viewed page in the admin area accessible via a ‘Recent Activity’ admin menu link.

  1. User ID – The user ID associated with the logged in party
  2. Username – The currently logged-in user’s username, linking to the user’s profile page
  3. Role – The user’s current role within the WordPress installation
  4. Last Page Viewed – The front-end page the user last viewed. Admin pages and callbacks are not logged, linking to the page itself
  5. IP Address – The user’s IP address
  6. Last Login – The date and time of the user’s most recent login using the date format set within the WordPress installation
  7. Time active – The time from the last login time to the most recenty viewed page

‘Top 10 Exited Pages’ shows the five most common pages for logged-in visitors to see before they leave the site.

Features

A mobile responsive lightweight plugin displaying the most recent 100 logged-in users and their last viewed page in the admin area accessible via a ‘Recent Activity’ admin menu link. A section called, ‘Top 10 Exited Pages’ shows the ten most common pages for logged-in visitors to see before they leave the site.

Translations

None currently, but it is such a simple plugin there really is not much language to consider.

How to use the plugin?

  1. To see all the tracked records in admin, click on the plugin menu shown in the left sidebar.

Bug Fixes

If you find any bug, please create a topic with a step by step description to reproduce the bug.
Please search the forum before creating a new topic.

Keywords

user log, log, logger, detector, tracker, membership, register, sign up, admin, subscriber, editor, contributor, geo location, profile, front end registration, manager, report, statistics, activity, user role editor

Third Party Code Integration

A PayPal Donate button is integrated into the plugin page if users would like to support the developer. The code used is shown at https://developer.paypal.com/sdk/donate/ and PayPal’s privacy terms can be read at https://www.paypal.com/myaccount/privacy/privacyhub/

스크린샷

User login list table for backend
User login list table for backend
Top 10 Exited Pages for backend
Top 10 Exited Pages for backend

설치

  1. Upload the plugin files to the /wp-content/plugins/joes_recent_users_activity directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.

FAQ

Can this plugin track the info of guest users?

No.

Is this plugin mobile responsive?

Yes.

Where to see login list in admin?

After activating the plugin, just re-login and then click on “Recent Activity” menu on the left sidebar to see the login list.

There are no settings to change.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Joe's Recent Users Activity”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자
  • Joe

자국어로 “Joe's Recent Users Activity”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록을 RSS로 구독하세요.

변경이력

2.8 (26th August 2026)

  • Compatibility with WordPress 7.1

2.7 (25th May 2026)

  • Compatibility with WordPress 7.0

2.6 (28th November 2025)

  • Compatibility with WordPress 6.9

2.5 (8th April 2025)

  • Compatibility with WordPress 6.8

2.4 (28th October 2024)

  • Compatibility with WordPress 6.7

2.3 (5th September 2024)

  • Compatibility with WordPress 6.6.1

2.2 (8th May 2024)

  • Compatibility with WordPress 6.5.3

2.1 (25th March 2024)

  • Compatibility with WordPress 6.5

2.0.3 (25th March 2024)

  • plugin blueprint.json file added for testing the plugin easily

2.0.2 (25th March 2024)

  • plugin description updated for brevity

2.0.1 (25th March 2024)

  • corrected spelling errors

2.0 (25th March 2024)

  • compatibility with the latest version of WordPress (6.4.3)

1.9 (9th November 2023)

  • changed the default icon in the admin menu
  • added title and subheader for mobile explaining sorting

1.8 (9th November 2023)

  • added mobile responsiveness for the main table

1.7 (7th November 2023)

  • table increased to 100 most recent users’ activity (from 10)
  • paginaton introduced
  • most visited page display increased to 10 (from 5)

1.6 (1st November 2023)

  • sanitize function renamed to match the rest of the plugin functions

1.5 (28th October 2023)

  • additional data sanitized and escaped, nonce added to clear all results button

1.4 (25th October 2023)

  • additional data sanitized and escaped

1.3 (16th October 2023)

  • Nonce added to the POST call to prevent unauthorised access.
  • prepare() added to database clear query to protect the code from SQL injection vulnerabilities.
  • detail about PayPal Donate button usage added to readme,txt
  • all necessary data sanitized, escaped, and validated
  • variables escaped when echo’d

1.2 (9th October 2023)

  • All data being read from any of these PHP global variables $_POST / $_GET / $_REQUEST / $_COOKIE / $_SERVER / $_SESSION / $_FILES has been sanitized before storing it in another variable or doing something else with it.

In this code, the following sanitization functions have been used:

sanitize_text_field() for text fields.
absint() for integers.
esc_url_raw() for raw URLs.
These sanitization functions ensure that the input data is safe to use and minimize the risk of security vulnerabilities.

  • Appropriate escaping functions (esc_html, esc_url_raw, sanitize_text_field) added to the variables that are being echoed or printed to ensure that the output is safe from XSS vulnerabilities.

1.1 (27th July 2023)

  • Added top 5 most exited pages (with clickable links), Top 5 exited pages only include front-end pages and exclude admin-ajax.php, ‘nonce’, ‘wp-json’, and others not matching front-end permalinks.
  • Added line space and contact details under the main title.
  • Added a ‘Clear all results’ button in case the table becomes bloated

1.0 (24th July 2023)

Plugin released

기초

  • 버전 2.8
  • 최근 업데이트: 2주 전
  • 활성화된 설치 10보다 적음
  • 워드프레스 버전 5.0.0 또는 그 이상
  • 다음까지 시험됨: 7.1
  • PHP 버전 5.6.40 또는 그 이상
  • 언어
    English (US)
  • 태그:
    historylogin logsecurity
  • 고급 보기

평점

아직 제출된 리뷰가 없습니다.

Your review

모든 리뷰 보기

기여자

  • Joe

지원

할 말 있으신가요? 도움이 필요하신가요?

지원 포럼 보기

기부

이 플러그인이 발전하도록 도우시겠습니까?

이 플러그인에 기부하기

  • 소개
  • 뉴스
  • 호스팅
  • 개인정보
  • 쇼케이스
  • 테마
  • 플러그인
  • 패턴
  • 배우기
  • 지원
  • 개발자 도구
  • WordPress.tv ↗
  • 참여하기
  • 이벤트
  • 기부하기 ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

한국어

  • X(이전 트위터) 계정 방문하기
  • 블루스카이 계정 방문하기
  • 마스토돈 계정 방문하기
  • 스레드 계정 방문하기
  • 페이스북 페이지 방문하기
  • 인스타그램 계정 방문하기
  • LinkedIn 계정 방문하기
  • 틱톡 계정 방문하기
  • 유튜브 채널 방문하기
  • 텀블러 계정 방문하기
코드는 詩다
The WordPress® trademark is the intellectual property of the WordPress Foundation.