ID); $these_roles = $user->roles; $tc = new AIO_Time_Clock_Lite_Actions(); if (function_exists('is_plugin_active')) { if (is_plugin_active('aio-timeclock-google-analytics/aio-timeclock-google-analytics.php')) { aio_google_show_code(); } } //load options $widgettitle = get_option('aio_time_clock_widget_title'); //widget output echo stripslashes($args['before_widget']); echo stripslashes($args['before_title']); echo stripslashes($widgettitle); echo stripslashes($args['after_title']); echo ''; echo '
' . __('Your user group does not have permission to view the Time Clock.', 'aio-time-clock') . '
'; } } else { echo '' . __('Time Clock is only available for users that are logged in') . '
'; echo '' . __('Login', 'aio-time-clock') . ''; } echo '