[WordPress] 外掛分享: Sekura REST Bridge for ACF

首頁外掛目錄 › Sekura REST Bridge for ACF
WordPress 外掛 Sekura REST Bridge for ACF 的封面圖片
10+
安裝啟用
尚無評分
19 天前
最後更新
問題解決
WordPress 5.0+ PHP 7.4+ v1.0.0 上架:2026-03-23

內容簡介

Sekura REST Bridge for ACF 是一款安全地將 Advanced Custom Fields (ACF) 暴露於 WordPress REST API 的外掛,專注於加強安全性,確保每個端點的權限檢查,避免未經授權的請求訪問敏感資料。

【主要功能】
• 每個端點的正確權限檢查
• 每個欄位的 REST API 顯示/編輯切換
• 與 ACF Pro 的原生 REST 支援兼容
• 可替代 ACF to REST API 的外掛
• 可過濾的自訂存取控制權限

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Sekura REST Bridge for ACF」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Sekura REST Bridge for ACF securely exposes Advanced Custom Fields in the WordPress REST API. Based on ACF to REST API by Aires Goncalves, rebuilt with security as a first-class concern.
The original ACF to REST API plugin exposes all ACF field data to unauthenticated requests, including options pages (which often contain API keys and secrets), user profile fields, and fields on private/draft posts. This plugin fixes that with proper WordPress capability checks on every endpoint.
Features

Proper permission checks on every endpoint
Per-field Show in REST API / Edit in REST API toggles
Works alongside ACF Pro’s native REST support
Drop-in replacement for ACF to REST API (same acf/v3 namespace)
Filterable permissions for custom access control

Endpoints

GET /wp-json/acf/v3/{post_type}/{id} – Get ACF fields for a post
GET /wp-json/acf/v3/{post_type}/{id}/{field} – Get a specific field
PUT /wp-json/acf/v3/{post_type}/{id} – Update ACF fields
GET /wp-json/acf/v3/options/{id} – Get ACF options page fields
GET /wp-json/acf/v3/users/{id} – Get ACF fields for a user
GET /wp-json/acf/v3/comments/{id} – Get ACF fields for a comment

ACF data is also appended as an acf key on standard WP REST API responses.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon