[WordPress] 外掛分享: WP All Import – WP Job Manager Field Editor Add-On

首頁外掛目錄 › WP All Import – WP Job Manager Field Editor Add-On
WordPress 外掛 WP All Import – WP Job Manager Field Editor Add-On 的封面圖片
100+
安裝啟用
★★★★★
5/5 分(2 則評價)
2415 天前
最後更新
問題解決
WordPress 4.7+ PHP 5.4+ v1.0.3 上架:2018-11-05

內容簡介

這個附加外掛為 WP All Import 的免費和專業版本添加支援,以支援使用WP Job Manager Field Editor自訂欄位。使用此插件可讓您將自訂欄位匯入自訂元值中,不需要專業版,並支援所有欄位類型。

這還添加了支援任何文件字段類型,這些類型是“多個”字段類型,允許您將 WP All Import 配置為搜索現有媒體、下載等。

與 WP All Import 的 WP Job Manager 插件一起使用,可讓您的工作或簡歷導入變得非常簡單和容易!

功能

支援 WP Job Manager Field Editor 中添加的所有自訂欄位
支援多個檔案上傳欄位類型(通過 WP All Import 搜尋/下載)
完整的文檔和清晰的代碼庫
支援工作和簡歷
自動猜測模板欄位(點擊向下箭頭)

文檔
輔助功能

在設置導入時提供兩個輔助函數:

field_editor_import_multi_files( files ) - 這是一個幫助函數,可將檔案的序列化陣列值轉換為 CSV 格式。

示例:
[field_editor_import_multi_files({_some_meta_key[1]})]

field_editor_import_multi_field( data, separator ) - 這是一個輔助函數,可將非序列化數據(在具有特定分隔符的 CSV 或其他格式中)轉換為多值字段類型所需的序列化數據格式。

示例(數據以逗號分隔):One, Two, Three
並且 XPath 值是 {numbers[1]},而不僅僅是放置 {numbers[1]},你需要放入這個值:
[field_editor_import_multi_field({numbers[1]})]

如果您使用另一種分隔符,例如:One|Two|Three,您可以將分隔符指定為第二個參數:
[field_editor_import_multi_field({numbers[1]}, "“|”")]

示例:
[field_editor_import_multi_files({_some_meta_key[1]})]

http://www.wpallimport.com/documentation/advanced/execute-php/

貢獻和報告問題

您可以通過 GitHub 貢獻代碼或報告此插件的問題:https://github.com/tripflex/wp-job-manager-field-editor-import

支援

使用 WordPress.org 的論壇進行社區支援,我們會盡力幫助所有用戶。如果您發現錯誤,可以在Github上記錄它(或修復它),我們可以更高效地處理它們。

外掛標籤

開發者團隊

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

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「WP All Import – WP Job Manager Field Editor Add-On」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

This addon plugin adds support in WP All Import (free and pro) versions to support WP Job Manager Field Editor custom fields. Using this addon allows you to import custom fields into custom meta values, without having the pro version, and supporting all field types.
This also adds support for any file field types that are “Multiple” field types, allowing you to configure WP All Import to search in existing media, download, etc.
Using this along with the WP Job Manager addon for WP All Import will make importing your Jobs or Resumes super simple and easy!
Features

Supports all custom fields added in WP Job Manager Field Editor
Supports multiple file upload field types (through WP All Import search/download)
Fully documented and clean codebase
Support for Jobs and Resumes
Automagically guess template field (by clicking down arrow)

Documentation
Helper Functions
Two helper functions are available while setting up your imports:

field_editor_import_multi_files( files ) – Helper function to convert serialized array values for files to CSV format

Example:
[field_editor_import_multi_files({_some_meta_key[1]})]

field_editor_import_multi_field( data, separator ) – Helper function to convert non-serialized data (in CSV or other format with specific separator), to serialized data format required for multi value field types.

Example (data separated with comma): One, Two, Three
and the XPath value was {numbers[1]}, instead of just putting {numbers[1]}, you would put in this:
[field_editor_import_multi_field({numbers[1]})]
If you’re using a different separator, for example: One|Two|Three, you can specify the separator as the second argument:
[field_editor_import_multi_field({numbers[1]}, “|”)]
Example:
[field_editor_import_multi_files({_some_meta_key[1]})]
http://www.wpallimport.com/documentation/advanced/execute-php/
Contributing and reporting bugs
You can contribute code or report issues with this plugin via GitHub: https://github.com/tripflex/wp-job-manager-field-editor-import
Support
Use the WordPress.org forums for community support where we try to help all users. If you spot a bug, you can log it (or fix it) on Github where we can act upon them more efficiently.

延伸相關外掛

文章
Filter
Mastodon