🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 00:53:11 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
inc
/
integrations
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/inc/integrations
🔄 Refresh
✏️
Editing: avatars.php
Writable
<?php if (! function_exists('blocksy_get_avatar_alt_for')) { function blocksy_get_avatar_alt_for($user_id) { global $simple_local_avatars; if ($simple_local_avatars) { $alt = $simple_local_avatars->get_simple_local_avatar_alt($user_id); if (! empty($alt)) { return $alt; } } return blocksy_get_the_author_meta('display_name', $user_id); } }
💾 Save Changes
❌ Cancel