This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

ACF Pro JSON Sync

توضیحات

Local JSON is a new feature added in version 5 which saves field group and field settings to files within your theme. The idea is similar to caching and both dramatically speeds up ACF and allows for version control over your field settings!

HOWEVER, the wp-admin field group edit screen will not load data from local json files, meaning you can not edit fields which are loaded from json files. This plugin solves this problem by creating an easy way to sync json fields into the database. This allows fields to be shared across multiple environments and contributors without having to export/import the database.

This plugin copies much of the functionality found in the Advanced Custom Fields export settings (advanced-custom-fields-pro/admin/settings-export.php).

Notes

  • Local Json folder filename must be the default acf-json.
  • Syncing down json fields will overwrite all fields stored in the database. Use with caution!

عکس‌های صفحه

  • AFC Pro Sync admin screen

نصب

  1. Upload ‘acf-sync’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Click on the new menu item “ACF Sync” and click Sync Now
  4. Any fields stored in your acf-json folder will be imported in the database, and can be edited as normal.

سوالات متداول

Coming Soon!

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“ACF Pro JSON Sync” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “ACF Pro JSON Sync” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0

  • Initial Setup 🙂