توضیحات
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 postGET /wp-json/acf/v3/{post_type}/{id}/{field}– Get a specific fieldPUT /wp-json/acf/v3/{post_type}/{id}– Update ACF fieldsGET /wp-json/acf/v3/options/{id}– Get ACF options page fieldsGET /wp-json/acf/v3/users/{id}– Get ACF fields for a userGET /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.
نصب
- Upload the
sekura-rest-bridge-for-acffolder to/wp-content/plugins/ - Activate the plugin through the Plugins menu in WordPress
- Ensure Advanced Custom Fields is installed and active
سوالات متداول
-
Does this work with ACF Pro?
-
Yes. Sekura REST Bridge for ACF works alongside ACF Pro’s native REST support and overrides it to provide consistent access control.
-
Is this a drop-in replacement for ACF to REST API?
-
Yes. It uses the same
acf/v3namespace andacfresponse key. Deactivate the old plugin and activate this one.
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“Sekura REST Bridge for ACF” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “Sekura REST Bridge for ACF” به زبان شما.
علاقه مند به توسعه هستید؟
کد را مرور کنید، مخزن SVN را بررسی کنید، یا از طریق RSS در گزارش توسعه مشترک شوید.
گزارش تغییرات
1.0.0
- Initial release
- Secure permission checks on all endpoints
- Per-field REST API visibility toggles
- ACF Pro compatibility
