44 ] ), [ 'img_atts' => [ 'width' => 22, 'height' => 22 ], ] ); } $link = get_edit_profile_url(); $account_link = blocksy_akg('account_link', $atts, 'profile'); if ($account_link === 'dashboard') { $link = admin_url(); } if ($account_link === 'custom') { $link = blocksy_akg('account_custom_page', $atts, ''); } $class = 'ct-header-account'; if ($current_user_id) { $class .= ' ct-logged-in'; } $has_label = blocksy_akg('has_account_label', $atts, 'no'); ?>