Importly Field Mapper for ACF

설명

Importly Field Mapper for ACF extends the WP All Import template flow with an ACF mapping step:

  1. Open the WP All Import Step 3 mapping screen.
  2. Map values in the “ACF Fields (Free)” section.
  3. Run the import to update ACF values per post.

Supports ACF free version and common field types including text, number, checkbox, true/false, date picker, image URL, and file URL.

Requirements

  • WP All Import plugin
  • Advanced Custom Fields plugin

Features

  • Detects ACF field groups via acf_get_field_groups() and acf_get_fields()
  • Integrates natively into WP All Import Step 3 (template/mapping screen)
  • Stores mappings in WP All Import import options/templates
  • Updates ACF values using update_field()
  • Handles media URLs for image/file with sideloading
  • Includes debug logging mode for troubleshooting
  • Compatible with public custom post types

스크린샷

설치

  1. Upload the importly-field-mapper folder to /wp-content/plugins/
  2. Activate the plugin in WordPress admin
  3. Ensure WP All Import and Advanced Custom Fields are installed and active.
  4. Create/edit an import in WP All Import and map fields in “ACF Fields (Free)”

FAQ

Does this require ACF Pro?

No. The plugin targets ACF free and does not require ACF Pro.

Can I import into custom post types?

Yes. Choose any public post type during mapping.

후기

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

기여자 & 개발자

“Importly Field Mapper for ACF”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Importly Field Mapper for ACF”(을)를 번역하세요.

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

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

변경이력

1.0.0

  • Initial release.