check_eprofile_shortcode_lite(); if ($eprofile_page != null){ $profile_button = ' '; } if (is_user_logged_in()){ $template .= '
'; } else{ $template .= '

'.__('You must be logged in to use the time clock', 'aio-time-clock-lite').'.

'; } echo $template;