Title: CodeCave Admin Security Auditor
Author: CodeCave
Published: <strong>2025년 11월 5일</strong>
Last modified: 2025년 11월 20일

---

플러그인 검색

![](https://s.w.org/plugins/geopattern-icon/codecave-admin-security-auditor.svg)

# CodeCave Admin Security Auditor

 작성자: [CodeCave](https://profiles.wordpress.org/idmistir/)

[다운로드](https://downloads.wordpress.org/plugin/codecave-admin-security-auditor.1.2.4.zip)

 * [세부사항](https://ko.wordpress.org/plugins/codecave-admin-security-auditor/#description)
 * [평가](https://ko.wordpress.org/plugins/codecave-admin-security-auditor/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/codecave-admin-security-auditor/#installation)
 * [개발](https://ko.wordpress.org/plugins/codecave-admin-security-auditor/#developers)

 [지원](https://wordpress.org/support/plugin/codecave-admin-security-auditor/)

## 설명

CodeCave Admin Security Auditor is a lightweight plugin that helps you monitor user
activity by tracking and displaying the last login time for each user in your WordPress
site.

**Features:**

 * Automatically tracks the last login time for all users
 * Displays last login information in the WordPress admin users table
 * Sortable last login column for easy user management
 * Shows “Never” for users who haven’t logged in since plugin installation
 * Timezone-aware display (uses your WordPress timezone settings)
 * Clean uninstall – removes all data when plugin is deleted
 * Translation ready
 * No configuration needed – works out of the box

**Use Cases:**

 * Monitor user engagement and activity
 * Identify inactive user accounts
 * Security auditing and compliance
 * User account cleanup and maintenance
 * Track user adoption of your WordPress site

**Privacy and Data:**

This plugin stores the last login timestamp as user metadata in your WordPress database.
No data is sent to external servers. When you uninstall the plugin, all stored data
is automatically removed.

### Developer Notes

**Accessing Last Login Data Programmatically:**

You can retrieve the last login timestamp for a user:

    ```
    $auditor = CodeCave_Admin_Security_Auditor::get_instance();
    $last_login = $auditor->get_last_login( $user_id );

    if ( $last_login ) {
        echo 'Last login: ' . date( 'Y-m-d H:i:s', $last_login );
    } else {
        echo 'Never logged in';
    }
    ```

**Hooks and Filters:**

The plugin uses standard WordPress hooks and does not currently provide custom hooks.
This may be added in future versions based on user feedback.

## 설치

 1. Upload the `codecave-admin-security-auditor` folder to the `/wp-content/plugins/`
    directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Navigate to Users > All Users to see the Last Login column

That’s it! The plugin will automatically start tracking user logins.

## FAQ

### Does this plugin track login attempts or just successful logins?

The plugin only tracks successful logins. Failed login attempts are not recorded.

### Will this plugin show login times for users who logged in before activation?

No, the plugin only tracks logins that occur after it has been activated. Existing
users will show “Never” until they log in again.

### Can I export the last login data?

The data is stored as WordPress user metadata and can be accessed programmatically
or through database exports. Future versions may include export functionality.

### Does this plugin work with custom login pages?

Yes, the plugin uses WordPress core hooks and will work with any login method that
triggers the standard WordPress authentication process.

### Will this plugin slow down my site?

No, the plugin is extremely lightweight and only updates a single database field
when a user logs in. There is no impact on frontend performance.

### Is this plugin GDPR compliant?

The plugin stores minimal data (a timestamp) for legitimate purposes (user management
and security). However, you should review your own privacy policy and data retention
practices to ensure GDPR compliance for your specific use case.

### Can I customize the date format?

The current version uses WordPress timezone settings. Future versions may include
format customization options.

## 후기

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

## 기여자 & 개발자

“CodeCave Admin Security Auditor”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이
이 플러그인에 기여하였습니다.

기여자

 *   [ CodeCave ](https://profiles.wordpress.org/idmistir/)

[자국어로 “CodeCave Admin Security Auditor”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/codecave-admin-security-auditor)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/codecave-admin-security-auditor/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/codecave-admin-security-auditor/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/codecave-admin-security-auditor/)
을 [RSS](https://plugins.trac.wordpress.org/log/codecave-admin-security-auditor/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.2.4

 * Test

#### 1.2.3

 * Test

#### 1.2.2

 * Test latest + assets

#### 1.2.1

 * Testing workflow updates.

#### 1.2.0

 * Minor bump.

#### 1.0.2

 * Second bump.

#### 1.0.1

 * Bump version for automatic update prevent test.

#### 1.0.0

 * Initial release
 * Track last login time for all users
 * Display last login in users table
 * Sortable last login column
 * Timezone-aware display
 * Clean uninstall

## 기초

 *  버전 **1.2.4**
 *  최근 업데이트: **5개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 5.8 또는 그 이상 **
 *  다음까지 시험됨: **6.8.5**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/codecave-admin-security-auditor/)
 * 태그:
 * [admin](https://ko.wordpress.org/plugins/tags/admin/)[last login](https://ko.wordpress.org/plugins/tags/last-login/)
   [login](https://ko.wordpress.org/plugins/tags/login/)[security](https://ko.wordpress.org/plugins/tags/security/)
   [users](https://ko.wordpress.org/plugins/tags/users/)
 *  [고급 보기](https://ko.wordpress.org/plugins/codecave-admin-security-auditor/advanced/)

## 평점

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

[리뷰 추가하기](https://wordpress.org/support/plugin/codecave-admin-security-auditor/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/codecave-admin-security-auditor/reviews/)

## 기여자

 *   [ CodeCave ](https://profiles.wordpress.org/idmistir/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/codecave-admin-security-auditor/)