'.__("Employee Profile", 'aio-time-clock-lite').' '; } if (is_user_logged_in()){ $template .= '
'; } else{ $template .= '

'.__('You must be logged in to use the time clock.').'

'; } echo $template;