Duplicate Snippet
Embed Snippet on Your Site
Photo-Profile Dashboard for login users ( If your theme does not have any ) #The Greek
This WordPress code customizes the default avatar for users who do not have a custom profile image (gravatar) by setting a custom image from the website
Be Careful -->
function set_custom_avatar( $avatar, $id_or_email, $size, $default, $alt ) {
$custom_avatar_url = 'https://pharmacyneeds.gr/wp-content/uploads/2024/06/PharamcyNeeds-Logo-User.png.png';
https://pharmacyneeds.gr/wp-content/uploads/2024/06/PharamcyNeeds-Logo-User.png.png'; = This is your url of the uploaded photo .
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments