Can echo be used to style PHP in WordPress?
Using this code on my WP site and need help styling the echo lines of code; `<?php if ( is_user_logged_in() ) { $current_user = wp_get_current_user(); if ( ($current_user instanceof WP_User) ) { echo '' . esc_html( $current_user->display_name ); echo get_avatar(…