內容簡介
這個「Avatar Changes」外掛提供更換使用者個人資料照片的功能。
Avatar 存放在資料庫的 gitst_avatar 資料表中。
若要在首頁上顯示這個 Avatar,您可以使用以下的短代碼:
– [gitst_set_avatar]:顯示設定 Avatar 的選項。
– [gitst_display_avatar height=150 width=150]:顯示。
注意:此外掛將覆寫 WordPress 的 get_avatar hook。
注意:此外掛將在資料庫建立 gitst_avatar 的資料表。
注意:刪除 Avatar 外掛不會同時從資料庫中刪除 gitst_avatar 資料表。
注意:Avatar 存放在資料庫的形式是 base64 檔案。
外掛標籤
開發者團隊
原文外掛簡介
This Avatar changes allows to change user profile picture.
Avatar is stored in database in table gitst_avatar.
To use this avatar in front page you should use the following shortcodes
– [gitst_set_avatar] : to display avatar set option.
– [gitst_display_avatar height=150 width=150] : To display
Note: This plugin will override the WordPress get_avatar hook.
Note: This pligin will create gitst_avatar table in database.
Note: Deleting Avatar plugin will not delete gitst_avatar table from database.
Note: Avatar stored into database as base64 file.
