前言介紹
- 這款 WordPress 外掛「Get User Custom Field Values」是 2011-08-07 上架。
- 目前有 100 個安裝啟用數。
- 上一次更新是 2021-11-21,距離現在已有 1260 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.6 以上版本才可以安裝。
- 有 3 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
user | widget | shortcode | user meta | custom field |
內容簡介
此外掛提供一個強大的小工具、支援簡碼(具有簡碼建立工具)和範本標籤,可輕鬆擷取和顯示當前登入使用者或任何指定使用者的自訂欄位值。
此外掛提供類似於「Get Custom Field Values」外掛的功能,但針對使用者自訂欄位(WordPress 在另一個資料庫表中管理)。
此外掛不會協助您設定使用者自訂欄位值,也不提供列出或以其他方式管理使用者自訂欄位的介面。
WordPress 預設提供一個有用的使用者自訂欄位值列表,包括:
- first_name
- last_name
- nickname
- description
- aim
- yim
- jabber
其他外掛或自訂程式碼可增加其他使用者自訂欄位,然後您可以使用此外掛擷取這些欄位值。
連結:插件首頁、插件目錄頁面、GitHub、作者首頁
開發者文件
開發者文件可在「DEVELOPER-DOCS.md」中找到,該文件涵蓋此外掛提供的大量範本標籤、鉤子和簡碼。
以下是此外掛提供的範本標籤:
- c2c_get_current_user_custom():取得目前已登入使用者的自訂欄位。
- c2c_get_author_custom():取得目前作者的自訂欄位(在文章、頁面等的永久連結頁面或迴圈中)。
- c2c_get_user_custom():取得指定使用者的自訂欄位。
以下是此外掛提供的鉤子:
- c2c_get_current_user_custom:一種安全調用 「c2c_get_current_user_custom()」的替代方法,若外掛停用或刪除,您對此函式的呼叫將不會在網站上造成錯誤。
- c2c_get_author_custom:一種安全調用 「c2c_get_author_custom()」的替代方法,若外掛停用或刪除,您對此函式的呼叫將不會在網站上造成錯誤。
- c2c_get_user_custom:一種安全調用 「c2c_get_user_custom()」的替代方法,若外掛停用或刪除,則您對此函式的呼叫將不會在網站上造成錯誤。
- c2c_get_user_custom_field_values_shortcode:篩選器,可自訂外掛簡碼的名稱。
- c2c_get_user_custom-user_field_proxy:篩選器,可防止在未找到使用者的自訂欄位值時,代理到使用者物件欄位。
- get_user_custom_field_values/can_author_use_shortcodes:篩選器,可自訂文章作者是否能夠使用「user_custom_field」簡碼。
- get_user_custom_field_values/show_metabox:篩選器,可自訂是否顯示簡碼建立器的 Metabox。
此外掛提供的簡碼是「[user_custom_field]」,有許多參數可供設定。
原文外掛簡介
This plugin provides a powerful widget, shortcode (with shortcode builder tool), and template tags for easily retrieving and displaying custom field values for the currently logged in user or any specified user.
This plugin provides functionality similar to the Get Custom Field Values plugin, but for user custom fields (which WordPress manages in a separate database table).
This plugin does NOT help you in setting user custom field values, nor does it provide an interface to list or otherwise manage user custom fields.
The list of useful user custom field values that are provided by default in WordPress are:
first_name
last_name
nickname
description
aim
yim
jabber
It is up to other plugins or custom code to add additional user custom fields that you may then be able to retrieve with this plugin.
Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage
Developer Documentation
Developer documentation can be found in DEVELOPER-DOCS.md. That documentation covers the numerous template tags, hooks, and shortcode provided by the plugin.
As an overview, these are the template tags provided the plugin:
c2c_get_current_user_custom() : Template tag to get custom fields for the currently logged in user.
c2c_get_author_custom() : Template tag to get custom fields for the current author (when on the permalink page for a post, page, or in a loop).
c2c_get_user_custom() : Template tag to get custom fields for a specified user.
These are the hooks provided by the plugin:
c2c_get_current_user_custom : An alternative approach to safely invoke c2c_get_current_user_custom() in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site.
c2c_get_author_custom : An alternative approach to safely invoke c2c_get_author_custom() in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site.
c2c_get_user_custom : An alternative approach to safely invoke c2c_get_user_custom() in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site.
c2c_get_user_custom_field_values_shortcode : Filter to customize the name of the plugin’s shortcode.
c2c_get_user_custom-user_field_proxy : Filter to prevent proxying to user object fields if no value for the custom field was found for the user.
get_user_custom_field_values/can_author_use_shortcodes : Filter to customize if post author can make use of the ‘user_custom_field’ shortcode.
get_user_custom_field_values/show_metabox : Filter to customize if the shortcode builder metabox is shown.
The shortcode provided is [user_custom_field], which has a number of attributes to customize its behavior and output.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Get User Custom Field Values」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
2.5 | 2.6 | 2.7 | 2.8 | 2.9 | 3.0 | 3.2 | 3.3 | 2.5.1 | 2.7.1 | 2.9.1 | 3.2.1 | 3.2.2 | trunk |
延伸相關外掛(你可能也想知道)
WP Shortcodes Plugin — Shortcodes Ultimate 》Shortcodes Ultimate 是一個全面的視覺與功能性元素收集,您可以在文章編輯器、文字小工具甚至是範本檔案中使用。使用 Shortcodes Ultimate,您可以輕鬆地建...。
MW WP Form 》MW WP Form 可以使用 shortcode 創建帶有確認畫面的郵件表單。, , 使用 shortcode 創建表單, 可以使用確認頁面。, 頁面可以使用相同的 URL 或個別的 URL 進行...。
Shortcoder — Create Shortcodes for Anything 》Shortcoder 外掛可讓您建立 HTML、JavaScript、CSS 和其他代碼片段的自訂捷徑。現在,這些捷徑可以在文章/頁面中使用,並且該片段將取代其位置。, ✍ 輕鬆建立...。
Display Posts – Easy lists, grids, navigation, and more 》Display Posts 讓您輕鬆地列出網站上的所有內容。首先在內容編輯器中新增此短碼,以列出最近的文章清單:, [display-posts], , 按類別篩選, 若只想顯示特定類...。
Widget Shortcode 》這個短碼需要小工具的ID,但不需要猜測,外掛會為你生成代碼。如果你想要覆蓋小工具的標題,你可以使用 "title" 參數:, [widget id=”text-1″...。
Woody code snippets – Insert Header Footer Code, AdSense Ads 》需要專業的支援嗎?, 免費獲取支援, 開始獲得高級支援, , 停止反覆使用相同的內容!, 停止插入 function.php 中的 PHP 代碼!, 停止將 Google Analytics、Yan...。
Column Shortcodes 》此外掛提供簡單易用的短碼,在您的文章或頁面中輕鬆創建欄位。有時候,您只需要將網頁切成不同的欄位。使用此外掛,您只需選擇一個欄位的短碼,便可將欄位加...。
amr shortcode any widget 》使用shortcode將小工具或多個小工具或整個小工具區域(側邊欄)插入到頁面中。, 首先在正常的側邊欄中設置小工具。 檢查它是否正常運作。, 然後將所選小工具...。
Shortcode in Menus 》此外掛讓你可以在 WordPress 導覽選單中使用簡碼,以便可以動態生成連結。也可以讓你在導覽選單中添加完整的 HTML 段落。, 使用方法, 查看截圖。, 另外,查看...。
Sidebar Widgets by CodeLights 》❗ 很抱歉,由於 SiteOrigin 的 widgets API 完全更改,CodeLights 不再支援 SiteOrigin Page Builder 的原生使用。解決方案:您仍然可以在純文字編輯器中創...。
Advanced iFrame 》看起來您正在尋找一個 WordPress 外掛 - Advanced iFrame Pro。這個外掛可讓您使用 iframe 包含其他網頁到您的網站中,同時具有隱藏和修改元素、自動調整高度...。
Insert Pages 》Insert Pages 可讓您使用 Shortcode API,將任何 WordPress 內容(例如,頁面、文章、自訂文章類型)嵌入其他 WordPress 內容。它還包括一個小工具,可將頁面...。
Shortcodes by Angie Makes 》Shortcodes by Angie Makes 外掛為您的 WordPress 主題新增一系列易於使用的短碼,這些短碼與 Angie Makes WordPress 主題 完美搭配。, 範例, 請到此查看這些...。
Team Members 》這個外掛會為管理員面板增加一個「團隊」區塊,讓您可以輕鬆地在網站上展示您的員工/職員。您可以快速地將成員加入您的團隊,加入他們的照片、職位、個人簡介...。
Post Snippets – Custom WordPress Code Snippets Customizer 》, 建立自訂短碼和可重複使用的內容,並將它們插入到您的文章和頁面中。, , 此外掛讓您建立 HTML、PHP 程式碼或常用文字片段的庫。在文章和頁面中,您可以使用...。