簡體   English   中英

如何從 Buddypress 個人資料中刪除 Gravatar 消息

[英]How to remove Gravatar Message from Buddypress Profile

我想刪除/隱藏

“您的個人資料照片將用於您的個人資料和整個網站。如果有與您的帳戶電子郵件相關聯的 Gravatar,我們將使用它,或者您可以從您的計算機上傳圖片。”

來自 BuddyPress 個人資料照片上傳部分的消息。

任何人都可以幫忙嗎?

轉到: src/public_html/wp-content/themes/(Theme Name)/buddypress/members/single/profile/change-avatar.php並刪除以下代碼。 可能是25到29行

<figure class="callout-blockquote light">
    <blockquote>
        <p><?php _e( 'Your profile photo will be used on your profile and throughout the site. If there is a <a href="http://gravatar.com">Gravatar</a> associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress' ); ?></p>
    </blockquote>
</figure>
<p><?php _e( 'Your avatar will be used on your profile and throughout the site. If there is a <a href="http://gravatar.com">Gravatar</a> associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress'); ?></p>

位於 buddypress\\bp-themes\\bp-default\\members\\single\\profile\\change-avatar.php

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM