__( 'Students', 'learnpress' ), 'instructors' => __( 'Instructors', 'learnpress' ), ); $section = 'students'; $sections_count = sizeof( $sections ); $count = 0; gmdate( 'Y-m-d H:i:s', ( time() + ( get_option( 'gmt_offset' ) * HOUR_IN_SECONDS ) ) ); $now = time(); $now_mysql = current_time( 'mysql' ); $last_sunday = strtotime( 'Last Sunday', $now ); $last_sunday_sql = gmdate( 'Y-m-d H:i:s', $last_sunday ); $pre_sunday = strtotime( '-7 day', $last_sunday ); $pre_sunday_sql = gmdate( 'Y-m-d H:i:s', $pre_sunday ); learn_press_get_chart_general( null, 'days', 7 ); ?>