콘텐츠로 바로가기
WordPress.org

한국어

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

Plugin Directory

Meta Ledger – Track, compare, and restore post meta Changes

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

Meta Ledger – Track, compare, and restore post meta Changes

작성자: SmilingSyntax
다운로드
  • 세부사항
  • 평가
  • 설치
  • 개발
지원

설명

Meta Ledger automatically tracks all post meta changes for posts, custom post types, and WooCommerce products. It stores a versioned history, allows field-level diffs, and provides a restore option. Designed for developers, high-performance, and WordPress standards.

Perfect for tracking product prices, custom fields, metadata changes, and any post meta modifications with complete audit trails.

Key Features

  • Automatic Tracking: Hooks into WordPress meta functions to automatically track all meta changes
  • Version History: Complete history of all meta changes with timestamps, user information, and action types
  • Field-Level Diffs: View side-by-side comparisons of old and new values
  • Restore Functionality: Restore any meta field to a previous version with one click
  • Source Tracking: See which file and line triggered each meta change, including changes from Meta Ledger UI
  • Inline Editing: Edit meta values directly from the admin interface
  • REST API: Developer-friendly REST API endpoints for programmatic access
  • WP-CLI Support: Command-line tools for viewing and restoring meta versions
  • Performance Optimized: Configurable retention policies, batching, and efficient database storage
  • WooCommerce Compatible: Works seamlessly with WooCommerce products

스크린샷

  • History tab displaying complete version history with source tracking
  • Source popover showing file location, line number, and stack trace
  • Restore confirmation dialog
  • Settings page for configuring post types, retention, and ignored keys

설치

  1. Upload the meta-ledger folder to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. The database table will be created automatically on activation
  4. Navigate to any post, page, or product to see the Meta Ledger meta box

FAQ

Which post types are tracked?

By default, Meta Ledger tracks posts, pages, and WooCommerce products. You can add more post types in Settings → Meta Ledger or using the meta_ledger_tracked_post_types filter.

How do I ignore certain meta keys?

Navigate to Settings → Meta Ledger and add meta keys to ignore (one per line). Supports wildcards (e.g., _edit_*). You can also use the meta_ledger_ignored_meta_keys filter.

Will this slow down my site?

Meta Ledger is designed for performance. It uses indexed database queries, batches changes at shutdown, and skips high-frequency meta keys like _edit_lock by default. The performance impact is minimal.

How do I restore a previous value?

Click on the “History” tab in the Meta Ledger meta box on any post, then click the restore button next to any version. The restore action is also tracked in history.

Can I track changes made from code?

Yes! Meta Ledger tracks all changes made through WordPress meta functions (update_post_meta, add_post_meta, delete_post_meta), regardless of whether they come from code, plugins, themes, or the Meta Ledger UI.

How do I see where a change came from?

Each history entry includes a source button. Click it to see the file path, line number, function name, and full stack trace for code changes. Changes made from Meta Ledger UI are marked as “Meta Ledger UI”.

Can I use this with WooCommerce?

Yes! Meta Ledger works seamlessly with WooCommerce products and tracks all product meta changes, including prices, stock, and custom fields.

How many versions are kept?

By default, 50 versions per meta key are kept. You can adjust this in Settings → Meta Ledger under “History Entries per Meta Key”.

Is there a REST API?

Yes! The plugin provides REST API endpoints at /wp-json/meta-ledger/v1/ for accessing history and restoring versions programmatically.

Are there WP-CLI commands?

Yes! Use wp meta-ledger show, wp meta-ledger restore, and wp meta-ledger cleanup commands for command-line operations.

후기

Finally a proper way to debug meta field issues.

queryra 2026년 2월 3일 답글 1개
I’ve been developing WooCommerce sites for years and debugging meta field problems was always painful – either var_dump everywhere or digging through the database manually. What I really like: Source tracking shows exactly which file/line changed the meta (huge for finding rogue plugins) Side-by-side diff view makes it easy to spot what changed One-click restore saved me twice already when a bulk edit went wrong WP-CLI support is a nice touch for staging/production workflows Clean code, follows WP standards, lightweight. This should be in every developer’s toolkit.
모든 1 평가 읽기

기여자 & 개발자

“Meta Ledger – Track, compare, and restore post meta Changes”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자
  • SmilingSyntax

자국어로 “Meta Ledger – Track, compare, and restore post meta Changes”(을)를 번역하세요.

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

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

변경이력

1.0.1

  • Settings link on plugins page (links to Meta Ledger settings)
  • Fix restore failing when value unchanged or already deleted (meta_ledger_restore_failed)
  • View full value: click long old/new values in history to open a popover
  • Side-by-side diff view: old vs new values in a diff-checker style popover
  • Improved value popover with colored columns (old = red tint, new = green tint)

1.0.0

  • Initial release
  • Automatic meta tracking for posts, pages, and custom post types
  • Version history UI with tabbed interface (Meta Values & History tabs)
  • Inline meta editing with add, edit, and delete functionality
  • Restore functionality with one-click restore to any previous version
  • Source file and line tracking with detailed popover view
  • Source tracking for changes made from Meta Ledger UI
  • Refresh button on History tab to reload latest changes
  • Search and filter functionality for meta keys
  • Collapsible history groups organized by meta key
  • REST API endpoints for programmatic access (/wp-json/meta-ledger/v1/)
  • WP-CLI commands: show, restore, cleanup
  • Settings page with post type selection, retention count, and ignored keys
  • Performance optimizations with batching and efficient JSON storage
  • WooCommerce product support
  • Responsive design for all screen sizes
  • WordPress coding standards compliance

기초

  • 버전 1.0.1
  • 최근 업데이트: 3개월 전
  • 활성화된 설치 10보다 적음
  • 워드프레스 버전 6.0 또는 그 이상
  • 다음까지 시험됨: 6.9.4
  • PHP 버전 8.0 또는 그 이상
  • 언어
    English (US)
  • 태그:
    historypost metapostmetarestorewoocommerce
  • 고급 보기

평점

별 5점 만점에 5점.
  • 1/5-별점 후기 별 5개 1
  • 0/4-별점 후기 별 4개 0
  • 0/3-별점 후기 별 3개 0
  • 0/2-별점 후기 별 2개 0
  • 0/1-별점 후기 별 1개 0

Your review

모든 리뷰 보기

기여자

  • SmilingSyntax

지원

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

지원 포럼 보기

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

한국어

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