Skip to content

Instantly share code, notes, and snippets.

@ocean90
Forked from helen/start_of_week.txt
Created October 21, 2015 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ocean90/e184d050fe58664b3bb5 to your computer and use it in GitHub Desktop.
Save ocean90/e184d050fe58664b3bb5 to your computer and use it in GitHub Desktop.
plugins/12-step-meeting-list/includes/variables.php:15:$tsml_days = $tsml_days[get_option('start_of_week', 0)];
plugins/30boxes-calendar-widget-shortcode/30boxes/30boxes.php:76: $week_begins = intval(get_option('start_of_week'));
plugins/acf-field-date-time-picker/date_time_picker-v3.php:449: , 'firstDay' => get_option( 'start_of_week' )
plugins/acf-field-date-time-picker/date_time_picker-v4.php:417: , 'firstDay' => get_option( 'start_of_week' )
plugins/acf-field-date-time-picker/date_time_picker-v5.php:351: , 'firstDay' => get_option( 'start_of_week' )
plugins/advanced-blog-metrics/advanced-blog-metrics.php:24:$startofweek = get_option('start_of_week');
plugins/advanced-category-excluder/widgets/calendar.php:135: $week_begins = intval(get_option('start_of_week'));
plugins/affiliates/lib/core/class-affiliates-shortcodes.php:212: $fdow = intval( get_option( 'start_of_week' ) );
plugins/ajax-archive-calendar/ajax-archive-calendar.php:315: $week_begins = intval(get_option('start_of_week'));
plugins/ajax-event-calendar/ajax-event-calendar.php:471: 'start_of_week' => get_option('start_of_week'),
plugins/all-in-one-event-calendar/app/model/settings.php:359: 'start_of_week'
plugins/all-in-one-event-calendar/app/view/admin/get-repeat-box.php:247: $start_of_week = $this->_registry->get( 'model.option' )
plugins/all-in-one-event-calendar/app/view/admin/get-repeat-box.php:248: ->get( 'start_of_week', 1 );
plugins/all-in-one-event-calendar/app/view/admin/get-repeat-box.php:252: // get days from start_of_week until the last day
plugins/all-in-one-event-calendar/app/view/admin/get-repeat-box.php:253: for ( $i = $start_of_week; $i <= 6; ++$i ) {
plugins/all-in-one-event-calendar/app/view/admin/get-repeat-box.php:258: // get days from 0 until start_of_week
plugins/all-in-one-event-calendar/app/view/admin/get-repeat-box.php:259: if ( $start_of_week > 0 ) {
plugins/all-in-one-event-calendar/app/view/admin/get-repeat-box.php:260: for ( $i = 0; $i < $start_of_week; $i++ ) {
plugins/all-in-one-event-calendar/app/view/admin/get-repeat-box.php:330: $start_of_week = $this->_registry->get( 'model.option' )
plugins/all-in-one-event-calendar/app/view/admin/get-repeat-box.php:331: ->get( 'start_of_week', 1 );
plugins/all-in-one-event-calendar/app/view/admin/get-repeat-box.php:335: // get days from start_of_week until the last day
plugins/all-in-one-event-calendar/app/view/admin/get-repeat-box.php:336: for ( $i = $start_of_week; $i <= 6; ++$i ) {
plugins/all-in-one-event-calendar/app/view/admin/get-repeat-box.php:341: // get days from 0 until start_of_week
plugins/all-in-one-event-calendar/app/view/admin/get-repeat-box.php:342: if ( $start_of_week > 0 ) {
plugins/all-in-one-event-calendar/app/view/admin/get-repeat-box.php:343: for ( $i = 0; $i < $start_of_week; $i++ ) {
plugins/all-in-one-event-calendar/app/view/calendar/view/week.php:219: * @param int $start_of_week the UNIX timestamp of the first day of the week
plugins/all-in-one-event-calendar/app/view/calendar/view/week.php:228: protected function get_week_cell_array( Ai1ec_Date_Time $start_of_week, $filter = array() ) {
plugins/all-in-one-event-calendar/app/view/calendar/view/week.php:232: $end_of_week = $this->_registry->get( 'date.time', $start_of_week );
plugins/all-in-one-event-calendar/app/view/calendar/view/week.php:236: $start_of_week,
plugins/all-in-one-event-calendar/app/view/calendar/view/week.php:254: $day = $start_of_week->format( 'j' ),
plugins/all-in-one-event-calendar/app/view/calendar/view/week.php:255: $last_week_day_index = $start_of_week->format( 'j' ) + 7;
plugins/all-in-one-event-calendar/app/view/calendar/view/week.php:260: _get_wkday_start_end( $day, $start_of_week );
plugins/all-in-one-event-calendar/app/view/calendar/view/week.php:300: $start_of_week->get_timezone()
plugins/all-in-one-event-calendar/app/view/calendar/view/week.php:306: $day = $start_of_week->format( 'j' ),
plugins/all-in-one-event-calendar/app/view/calendar/view/week.php:307: $last_week_day_index = $start_of_week->format( 'j' ) + 7;
plugins/all-in-one-event-calendar/app/view/calendar/view/week.php:312: _get_wkday_start_end( $day, $start_of_week );
plugins/all-in-one-event-calendar/app/view/calendar/view/week.php:409: return apply_filters( 'ai1ec_get_week_cell_array', $days, $start_of_week, $filter );
plugins/amr-ical-events-list/includes/amr-ical-calendar.php:87: $dummydate = amr_get_human_start_of_week($dummydate,$wkst);
plugins/amr-ical-events-list/includes/amr-ical-calendar.php:107: $dummydate = amr_get_human_start_of_week ($dummydate , $wkst);
plugins/amr-ical-events-list/includes/amr-ical-calendar.php:218: $week_begins= intval(get_option('start_of_week'));
plugins/amr-ical-events-list/includes/amr-ical-calendar.php:608: $week_begins= intval(get_option('start_of_week'));
plugins/amr-ical-events-list/includes/amr-ical-events-list-main.php:423: $wkst = get_option('start_of_week'); /* Somewhat annoyingly, wp has sunday as 0 and sat as 6 !! */
plugins/amr-ical-events-list/includes/amr-ical-events-list-main.php:2076: $amr_limits['start'] = amr_get_human_start_of_week ($amr_limits['start'], $wkst); /* set to start of week */
plugins/amr-ical-events-list/includes/amr-rrule.php:144: $w1d1 = amr_get_start_of_week ($w1d1, $amr_wkst); /* this is now the start of week 1 */
plugins/amr-ical-events-list/includes/amr-rrule.php:145: $lastweekd1 = amr_get_start_of_week ($lastweekd1, $amr_wkst); /* this is now the start of the last week */
plugins/amr-ical-events-list/includes/amr-rrule.php:343: $day1 = amr_get_start_of_week($day, $wkst); // in ics terms not human
plugins/amr-ical-events-list/includes/amr-rrule.php:963:function amr_get_human_start_of_week (&$dateobj, $wkst) { // WORKS !
plugins/amr-ical-events-list/includes/amr-rrule.php:980:function amr_get_start_of_week (&$dateobj, $wkst) { // is it right - is it just ics terms or is it wrong
plugins/appointments/appointments.php:53: if ( !$this->start_of_week = get_option('start_of_week') )
plugins/appointments/appointments.php:54: $this->start_of_week = 0;
plugins/appointments/appointments.php:1992: if ( $first > $this->start_of_week )
plugins/appointments/appointments.php:1993: $ret .= '<tr><td class="no-left-border" colspan="' . ($first - $this->start_of_week) . '">&nbsp;</td>';
plugins/appointments/appointments.php:1994: else if ( $first < $this->start_of_week )
plugins/appointments/appointments.php:1995: $ret .= '<tr><td class="no-left-border" colspan="' . (7 + $first - $this->start_of_week) . '">&nbsp;</td>';
plugins/appointments/appointments.php:2009: if ($this->start_of_week == $dow)
plugins/appointments/appointments.php:2053: if ( 0 == (6 - $last + $this->start_of_week) )
plugins/appointments/appointments.php:2055: else if ( $last > $this->start_of_week )
plugins/appointments/appointments.php:2056: $ret .= '<td class="no-right-border" colspan="' . (6 - $last + $this->start_of_week) . '">&nbsp;</td></tr>';
plugins/appointments/appointments.php:2057: else if ( $last + 1 == $this->start_of_week )
plugins/appointments/appointments.php:2060: $ret .= '<td class="no-right-border" colspan="' . (6 + $last - $this->start_of_week) . '">&nbsp;</td></tr>';
plugins/appointments/appointments.php:2420: if ( "Sunday" == date( "l", $date ) && 0 == $this->start_of_week )
plugins/appointments/appointments.php:2435: if ( $this->start_of_week ) {
plugins/appointments/appointments.php:2436: for ( $n = 1; $n<=$this->start_of_week; $n++ ) {
plugins/appointments/includes/class_app_shortcodes.php:97: $week_start = $appointments->start_of_week;
plugins/appointments/includes/class_app_shortcodes.php:317: $start_of_calendar = $appointments->sunday( $time ) + $appointments->start_of_week * 86400;
plugins/archives-calendar-widget/arw-widget.php:362: $week_begins = intval(get_option('start_of_week'));
plugins/archives-for-custom-post-types/archives-for-custom-post-types.php:222: $arc_week = get_weekstartend( $result->yyyymmdd, get_option( 'start_of_week' ) );
plugins/aryo-activity-log/hooks/class-aal-hook-options.php:19: 'start_of_week',
plugins/aryo-activity-log/language/strings.php:77:__( 'start_of_week', 'aryo-aal' );
plugins/availability/calendar.php:56: $week_begins = intval( get_option( 'start_of_week' ) );
plugins/ayar-unicode-converter/trunk/a2z.php:72: $week_begins = intval(get_option('start_of_week'));
plugins/ayar-web-kit/includes/calendar_head.php:22: $week_begins = intval(get_option('start_of_week'));
plugins/ayar-web-kit/includes/calendar_widget.php:291: $week_begins = intval(get_option('start_of_week'));
plugins/ayar-webkit/includes/calendar_head.php:22: $week_begins = intval(get_option('start_of_week'));
plugins/ayar-webkit/includes/calendar_widget.php:291: $week_begins = intval(get_option('start_of_week'));
plugins/bangla-ajax-calendar/models/calendar.php:85: $week_begins = intval(get_settings('start_of_week'));
plugins/bangla-ajax-calender/models/calendar.php:85: $week_begins = intval(get_settings('start_of_week'));
plugins/bangla-date-and-time/core.php:60: $week_begins = intval(get_option('start_of_week'));
plugins/bangla-date-display/translator.php:50:$week_begins = intval(get_option('start_of_week'));
plugins/birchschedule/framework/includes/birchpress/util/package.php:302: return get_option( 'start_of_week', 0 );
plugins/birchschedule/includes/view/staff/package.php:215: $start_of_week = $birchpress->util->get_first_day_of_week();
plugins/birchschedule/includes/view/staff/package.php:246: if ( $week_value < $start_of_week ) {
plugins/birchschedule/includes/view/staff/package.php:265: if ( $week_value >= $start_of_week ) {
plugins/birchschedule/modules/gsettings/package.php:58: add_settings_field( 'birchschedule_start_of_week', __( 'Week Starts On', 'birchschedule' ),
plugins/birchschedule/modules/gsettings/package.php:59: array( $ns, 'render_start_of_week' ), 'birchschedule_settings', 'birchschedule_general' );
plugins/birchschedule/modules/gsettings/package.php:102: birch_defn( $ns, 'render_start_of_week', function() {
plugins/blogfa-templater/theme/functions.php:251: $arc_week = get_weekstartend($arcresult->yyyymmdd, get_option('start_of_week'));
plugins/booking/lib/wpbc-gcal-class.php:41: private $start_of_week;
plugins/booking/lib/wpbc-gcal-class.php:53: if ( ! $this->start_of_week = get_option('start_of_week') )
plugins/booking/lib/wpbc-gcal-class.php:54: $this->start_of_week = 0;
plugins/booking/lib/wpbc-gcal-class.php:139: $this->booking_gcal_events_from = mktime( 0, 0, 0, date( 'm' ), ( date( 'j' ) - date( 'w' ) + $this->start_of_week ), date( 'Y' ) ) + $offset ;
plugins/booking/lib/wpbc-gcal-class.php:194: $this->booking_gcal_events_until = mktime( 0, 0, 0, date( 'm' ), ( date( 'j' ) - date( 'w' ) + $this->start_of_week ), date( 'Y' ) ) + $offset;
plugins/bookly-responsive-appointment-booking-tool/backend/modules/calendar/AB_CalendarController.php:160: $wp_week_start_day = get_option( 'start_of_week', 1 );
plugins/bookly-responsive-appointment-booking-tool/backend/modules/calendar/templates/calendar.php:4: $week_start_day = get_option('start_of_week', 1);
plugins/bookly-responsive-appointment-booking-tool/backend/modules/settings/templates/_holidaysForm.php:21: dayOffset: <?php echo get_option('start_of_week', 0) ?>
plugins/bookly-responsive-appointment-booking-tool/backend/modules/staff/templates/holidays.php:22: dayOffset: <?php echo get_option('start_of_week', 0) ?>
plugins/bookly-responsive-appointment-booking-tool/frontend/modules/booking/templates/short_code.php:11: start_of_week: <?php echo get_option( 'start_of_week' ) ?>,
plugins/bookly-responsive-appointment-booking-tool/lib/AB_BookingConfiguration.php:145: $wp_week_start_day = get_option( 'start_of_week', 1 );
plugins/bookly-responsive-appointment-booking-tool/lib/entities/AB_Staff.php:94: $wp_week_start_day = get_option('start_of_week', 1);
plugins/bugsnag/trunk/views/settings.php:49: <!-- $selected = (get_option('start_of_week') == $day_index) ? 'selected="selected"' : ''; -->
plugins/bugsnag/views/settings.php:49: <!-- $selected = (get_option('start_of_week') == $day_index) ? 'selected="selected"' : ''; -->
plugins/business-hours-plugin/lib/BusinessHours.class.php:138: $start_of_week = get_option( 'start_of_week' );
plugins/business-hours-plugin/lib/BusinessHours.class.php:140: if ( !$start_of_week )
plugins/business-hours-plugin/lib/BusinessHours.class.php:143: $first = array_slice( $days, 0, $start_of_week, true );
plugins/business-hours-plugin/lib/BusinessHours.class.php:144: $second = array_slice( $days, $start_of_week, count( $days ), true );
plugins/calendar-category/calendar-category.php:116: $week_begins = intval( get_option( 'start_of_week' ) );
plugins/calendar-header-bar-image/calendar-header-img.php:45:if (get_option('start_of_week') == "0"){
plugins/calendar-header-bar-image/calendar-header-img.php:50:if (get_option('start_of_week') == "1"){
plugins/calendar-header-bar-image/calendar-header-img.php:55:if (get_option('start_of_week') == "2"){
plugins/calendar-header-bar-image/calendar-header-img.php:60:if (get_option('start_of_week') == "3"){
plugins/calendar-header-bar-image/calendar-header-img.php:65:if (get_option('start_of_week') == "4"){
plugins/calendar-header-bar-image/calendar-header-img.php:70:if (get_option('start_of_week') == "5"){
plugins/calendar-header-bar-image/calendar-header-img.php:75:if (get_option('start_of_week') == "6"){
plugins/calendar-plus/calendar.php:739: cal_begin.setWeekStartDay(<?php echo get_option('start_of_week'); ?>);
plugins/calendar-plus/calendar.php:763: cal_end.setWeekStartDay(<?php echo get_option('start_of_week'); ?>);
plugins/calendar-plus/calendar.php:2325: if (get_option('start_of_week') == 0)
plugins/calendar-plus/calendar.php:2389: if (get_option('start_of_week') == 0)
plugins/calendar-plus/calendar.php:2503: if (get_option('start_of_week') == 0)
plugins/calendar-plus/calendar.php:2535: if (get_option('start_of_week') == 0)
plugins/calendario/events-calendar/ec_calendar.class.php:224: $first_day = get_option('start_of_week');
plugins/calendario/events-calendar/ec_calendar.class.php:376: $first_day = get_option('start_of_week');
plugins/calendario/events-calendar/ec_calendar.class.php:508: $first_day = get_option('start_of_week');
plugins/calendario/events-calendar/ec_managementjs.class.php:198: firstDay: <?php echo get_option('start_of_week');?>
plugins/calendario/events-calendar/ec_managementjs.class.php:208: firstDay: <?php echo get_option('start_of_week');?>
plugins/calpress-event-calendar/app/helper/class-calp-events-helper.php:613: $start_of_week = get_option( 'start_of_week', 1 );
plugins/calpress-event-calendar/app/helper/class-calp-events-helper.php:616: // get days from start_of_week until the last day
plugins/calpress-event-calendar/app/helper/class-calp-events-helper.php:617: for( $i = $start_of_week; $i <= 6; ++$i )
plugins/calpress-event-calendar/app/helper/class-calp-events-helper.php:620: // get days from 0 until start_of_week
plugins/calpress-event-calendar/app/helper/class-calp-events-helper.php:621: if( $start_of_week > 0 ) {
plugins/calpress-event-calendar/app/helper/class-calp-events-helper.php:622: for( $i = 0; $i < $start_of_week; $i++ )
plugins/calpress-event-calendar/app/helper/class-calp-settings-helper.php:360: $week_start_day = $calp_settings_helper->get_week_dropdown( get_option( 'start_of_week' ) );
plugins/calpress-event-calendar/app/model/class-calp-settings.php:210: update_option( 'start_of_week', $this->week_start_day );
plugins/calpress-event-calendar/app/model/class-calp-settings.php:228: 'week_start_day' => get_option( 'start_of_week' ),
plugins/cbqe-edit-flow/includes/class-cbqe-edit-flow.php:410: $week_start = get_option( 'start_of_week' );
plugins/cimy-user-extra-fields/cimy_uef_functions.php:1046: 'firstDay' => get_option('start_of_week'),
plugins/clean-options/cleanoptions.php:833: 'start_of_week', //3.0
plugins/comic-easel/widgets/comic-calendar.php:60: $week_begins = intval(get_option('start_of_week'));
plugins/comic-easel/widgets/comic-calendar.php:242:add_action( 'update_option_start_of_week', 'ceo_delete_get_calendar_cache' );
plugins/comment-rating-widget/get-recent-comments.php:89:<input type="hidden" name="page_options" value="blogname,blogdescription,siteurl,admin_email,users_can_register,gmt_offset,date_format,time_format,home,start_of_week,comment_registration,default_role" />
plugins/connections-business-directory-hours/connections_hours.php:258: $weekStart = apply_filters( 'cnbh_start_of_week', get_option('start_of_week') );
plugins/connections-business-directory-hours/connections_hours.php:301: <table name="start_of_week" id="start_of_week">
plugins/contact-form-7-datepicker/datetimepicker.php:127: $this->options['firstDay'] = get_option('start_of_week');
plugins/coursepress/coursepress.php:4754: 'start_of_week' => get_option( 'start_of_week', 0 ),
plugins/cpk-ultimate-archives/cpkUltimateArchives.php:313: $arc_week = get_weekstartend($arcresult->yyyymmdd, get_option('start_of_week'));
plugins/cpt-archive/cpt-archive.php:280: $arc_week = get_weekstartend($arcresult->yyyymmdd, get_option('start_of_week'));
plugins/custom-post-type-widgets/inc/widget-custom-post-type-calendar.php:19: add_action( 'update_option_start_of_week', array( &$this, 'delete_custom_post_type_calendar_cache' ) );
plugins/custom-post-type-widgets/inc/widget-custom-post-type-calendar.php:138: $week_begins = intval( get_option( 'start_of_week' ) );
plugins/cwx-project/cwx-project.php:851: get_option('start_of_week', '0') // Uses WP setting! (Settings/General page)
plugins/dimme-calendar/dimme-calendar.php:56: $start_of_week = get_option('start_of_week');
plugins/dimme-calendar/dimme-calendar.php:57: while($day <> $start_of_week) {
plugins/dimme-calendar/dimme-calendar.php:67: if($day == $start_of_week) {
plugins/download-manager-ms/bq-download-model.php:861: $start_on_sunday = BQDownloadUtil::bq_get_option ('start_of_week') == 0; // Sun = 0, Sat = 6
plugins/easy-digital-downloads/includes/admin/reporting/graphing.php:648: $dates['day'] += get_option( 'start_of_week' );
plugins/easy-digital-downloads/includes/admin/reporting/graphing.php:657: $dates['day'] += get_option( 'start_of_week' );
plugins/easy-digital-downloads/includes/class-edd-stats.php:230: $day += get_option( 'start_of_week' );
plugins/easy-digital-downloads/includes/class-edd-stats.php:237: $day += get_option( 'start_of_week' ) + 6;
plugins/easy-digital-downloads/includes/class-edd-stats.php:263: $day += get_option( 'start_of_week' );
plugins/easy-digital-downloads/includes/class-edd-stats.php:270: $day += get_option( 'start_of_week' ) + 6;
plugins/ecstatic/ecstatic_interface.php:102:$start_of_week = get_option('start_of_week'); //Monday
plugins/ecstatic/ecstatic_interface.php:279: if ($start_of_week == date('w', $the_day+86400))
plugins/edit-flow/common/php/class-module.php:220: echo "<script type=\"text/javascript\">var ef_week_first_day=\"" . get_option( 'start_of_week' ) . "\";</script>";
plugins/edit-flow/modules/calendar/calendar.php:1242: * The end of the week is determined by the blog option, 'start_of_week'.
plugins/edit-flow/modules/calendar/calendar.php:1249: * @return string $formatted_start_of_week End of the week
plugins/edit-flow/modules/calendar/calendar.php:1254: $start_of_week = get_option( 'start_of_week' );
plugins/edit-flow/modules/calendar/calendar.php:1256: $date += (( $start_of_week - $day_of_week - 7 ) % 7) * 60 * 60 * 24 * $week;
plugins/edit-flow/modules/calendar/calendar.php:1258: $formatted_start_of_week = date( $format, $date + $additional );
plugins/edit-flow/modules/calendar/calendar.php:1259: return $formatted_start_of_week;
plugins/edit-flow/modules/calendar/calendar.php:1265: * The end of the week is determined by the blog option, 'start_of_week'.
plugins/edit-flow/modules/calendar/calendar.php:1277: $end_of_week = get_option( 'start_of_week' ) - 1;
plugins/editorial-calendar/edcal.php:254: edcal.startOfWeek = <?php echo(get_option("start_of_week")); ?>;
plugins/enhanced-calendar/enhanced-calendar.php:260: if (get_option('start_of_week') == 0)
plugins/event-calendar-3-for-php-53/admin.php:42: Ec3EditForm.start_of_week=<?php echo intval( get_option('start_of_week') ); ?>;
plugins/event-calendar-3-for-php-53/eventcalendar3.php:83: ec3.start_of_week=<?php echo intval( get_option('start_of_week') ); ?>;
plugins/event-calendar-3-for-php-53/template-functions.php:52: $start_of_week =intval( get_option('start_of_week') );
plugins/event-calendar-3-for-php-53/template-functions.php:55: $full_day_name=$weekday[ ($i+$start_of_week) % 7 ];
plugins/event-calendar-3-for-php-53/template-functions.php:219: $week_day=( $date->week_day() + 7 - intval(get_option('start_of_week')) ) % 7;
plugins/event-geek/core/gg-scripts.php:36: 'firstDay' => get_option( 'start_of_week' ),
plugins/event-geek/core/gg-scripts.php:94: 'firstDay' => get_option( 'start_of_week' ),
plugins/event-list-calendar/event-list-cal.php:279: if(get_settings('start_of_week') != 1) {
plugins/event-list-calendar/event-list-cal.php:290: if(get_settings('start_of_week') == 1) {
plugins/event-list-calendar/event-list-cal.php:300: if(get_settings('start_of_week') != 1) {
plugins/event-list-calendar/event-list-cal.php:557: if(get_settings('start_of_week') != 1) {
plugins/event-list-calendar/event-list-cal.php:569: if(get_settings('start_of_week') == 1) {
plugins/event-list-calendar/event-list-cal.php:579: if(get_settings('start_of_week') != 1) {
plugins/event-list-calendar/event-list-cal.php:1531: if(get_settings('start_of_week') != 1) {
plugins/event-list-calendar/event-list-cal.php:1542: if(get_settings('start_of_week') == 1) {
plugins/event-list-calendar/event-list-cal.php:1552: if(get_settings('start_of_week') != 1) {
plugins/event-list-calendar/event-list-cal.php:1808: if(get_settings('start_of_week') != 1) {
plugins/event-list-calendar/event-list-cal.php:1819: if(get_settings('start_of_week') == 1) {
plugins/event-list-calendar/event-list-cal.php:1829: if(get_settings('start_of_week') != 1) {
plugins/event-organiser/classes/class-eo-calendar-widget.php:216: $start_day = intval( get_option( 'start_of_week' ) );//0=sun,...,6=sat
plugins/event-organiser/classes/class-eventorganiser-shortcodes.php:430: 'firstDay'=>intval(get_option('start_of_week')),
plugins/event-organiser/event-organiser-calendar.php:53: 'startday' => intval( get_option( 'start_of_week' ) ),
plugins/event-organiser/event-organiser-edit.php:60: $start_day = intval( get_option( 'start_of_week' ) );
plugins/event-organiser/includes/event-organiser-ajax.php:650: $week_start_day = (int) get_option('start_of_week');
plugins/event-organiser/includes/event-organiser-register.php:230: 'startday'=>intval(get_option('start_of_week')),
plugins/event-organiser/includes/event-organiser-register.php:541: * update_option_gmt_offset,update_option_start_of_week,update_option_rewrite_rules
plugins/event-organiser/includes/event-organiser-register.php:559: 'update_option_start_of_week', /* Start of week is used for calendars */
plugins/event-registration/evr_calendar.php:208: if (get_option('evr_start_of_week') == 0){
plugins/event-registration/evr_calendar.php:252: if (get_option('evr_start_of_week') == 0){
plugins/event-registration/evr_calendar.php:331: if (get_option('evr_start_of_week') == 0){
plugins/event-registration/evr_calendar.php:351: if (get_option('evr_start_of_week') == 0){
plugins/event-registration/evr_company.php:22: $start_of_week = $_POST['start_of_week'];
plugins/event-registration/evr_company.php:23: update_option( 'evr_start_of_week', $start_of_week);
plugins/event-registration/evr_company.php:40: //$start_of_week = $_POST['start_of_week'];
plugins/event-registration/evr_company.php:41: //update_option( 'evr_start_of_week', $start_of_week);
plugins/event-registration/evr_company.php:58: //$start_of_week = $_POST['start_of_week'];
plugins/event-registration/evr_company.php:59: //update_option( 'evr_start_of_week', $start_of_week);
plugins/event-registration/evr_three_cal.php:49: if (get_option('evr_start_of_week') == 0){
plugins/event-registration/evr_three_cal.php:94: if (get_option('evr_start_of_week') == 0){
plugins/event-registration/evr_three_cal.php:206: if (get_option('evr_start_of_week') == 0){
plugins/event-registration/evr_three_cal.php:228: if (get_option('evr_start_of_week') == 0){
plugins/eventpress/views/ep-calendar.php:181: $weekstart = get_option( 'start_of_week' );
plugins/eventpress/views/ep-calendar.php:255: $weekstart = get_option( 'start_of_week' );
plugins/events-calendar-by-plugistan/classes/forms/Abstract.php:1690: $firstDay = (int) get_option('start_of_week');
plugins/events-category/admin_meta_box.php:67: $i = (int)get_option('start_of_week');
plugins/events-made-easy/eme_calendar.php:95: $start_of_week = get_option('start_of_week');
plugins/events-made-easy/eme_calendar.php:167: // if you want the day of the week to begin on Monday: start_of_week=1, Tuesday: start_of_week=2, etc ...
plugins/events-made-easy/eme_calendar.php:168: // So, if e.g. the month starts on a Sunday and start_of_week=1 (Monday), then $iFirstDayDow is 6
plugins/events-made-easy/eme_calendar.php:169: $iFirstDayDow = (int)$eme_date_obj->getDayOfWeekAsNumeric() - $start_of_week;
plugins/events-made-easy/eme_calendar.php:328: for ($i=$start_of_week; $i<$start_of_week+7; $i++) {
plugins/events-made-easy/eme_events.php:1015: $start_of_week = get_option('start_of_week');
plugins/events-made-easy/eme_events.php:1016: $eme_date_obj->setWeekStartDay($start_of_week);
plugins/events-made-easy/eme_events.php:1418: $start_of_week = get_option('start_of_week');
plugins/events-made-easy/eme_events.php:1419: $eme_date_obj->setWeekStartDay($start_of_week);
plugins/events-made-easy/eme_events.php:1476: $start_of_week = get_option('start_of_week');
plugins/events-made-easy/eme_events.php:1477: $eme_date_obj->setWeekStartDay($start_of_week);
plugins/events-made-easy/eme_events.php:1486: $start_of_week = get_option('start_of_week');
plugins/events-made-easy/eme_events.php:1487: $eme_date_obj->setWeekStartDay($start_of_week);
plugins/events-made-easy/eme_events.php:2803:var firstDayOfWeek = <?php echo get_option('start_of_week');?>;
plugins/events-made-easy/eme_filters.php:31: $start_of_week = get_option('start_of_week');
plugins/events-made-easy/eme_filters.php:33: $eme_date_obj->setWeekStartDay($start_of_week);
plugins/events-made-easy/eme_filters.php:216: var firstDayOfWeek = <?php echo get_option('start_of_week');?>;
plugins/events-made-easy/eme_locations.php:801: $start_of_week = get_option('start_of_week');
plugins/events-made-easy/eme_locations.php:802: $eme_date_obj->setWeekStartDay($start_of_week);
plugins/events-made-easy-frontend-submit/emefs.php:620: $firstDayOfWeek = get_option('start_of_week');
plugins/events-manager/classes/em-calendar.php:25: $start_of_week = get_option('start_of_week');
plugins/events-manager/classes/em-calendar.php:54: $offset -= $start_of_week;
plugins/events-manager/classes/em-calendar.php:144: for( $n = 0; $n < $start_of_week; $n++ ) {
plugins/events-manager/classes/em-event.php:2240: $start_of_week = get_option('start_of_week'); //Start of week depends on WordPress
plugins/events-manager/classes/em-events.php:279: $start_of_week = get_option('start_of_week');
plugins/events-manager/classes/em-events.php:282: $offset = $day_of_week - $start_of_week;
plugins/events-manager/events-manager.php:315: 'firstDay' => get_option('start_of_week'),
plugins/events-planner/application/libraries/epl-calendar.php:74:$prefs['start_day'] = $wd[get_option( 'start_of_week' )];
plugins/every-calendar-1/ui/client-render.php:36: $first_day = get_option( 'start_of_week ' ); // 0=Sunday 6=Saturday (uses WordPress)
plugins/external-events-calendar/gad-events-calendar.php:104: $currenttime = strtotime( 'last '.$days[get_option('start_of_week')].', 12:00am' );
plugins/ft-calendar/classes/class-shortcodes.php:692: $start_of_week = get_option('start_of_week');
plugins/ft-calendar/classes/class-shortcodes.php:693: $sow_diff = $wday >= $start_of_week ? $wday - $start_of_week : abs( 7 - $start_of_week + $wday );
plugins/ft-calendar/classes/class-shortcodes.php:795: $headings = $this->get_headings( $heading_label, $start_of_week );
plugins/ft-calendar/classes/class-shortcodes.php:941: $start_of_week = get_option('start_of_week');
plugins/ft-calendar/classes/class-shortcodes.php:942: $sow_diff = $wday >= $start_of_week ? $wday - $start_of_week : abs( 7 - $start_of_week + $wday );
plugins/ft-calendar/classes/class-shortcodes.php:951: if ( $last_wday + 1 == $start_of_week ) {
plugins/ft-calendar/classes/class-shortcodes.php:953: } else if ( $last_wday > $start_of_week ) {
plugins/ft-calendar/classes/class-shortcodes.php:954: $diff = abs( 6 - ( $last_wday - $start_of_week ) );
plugins/ft-calendar/classes/class-shortcodes.php:956: $diff = abs( ( $start_of_week + $last_wday ) - 6 );
plugins/ft-calendar/classes/class-shortcodes.php:1060: $headings = $this->get_headings( $heading_label, $start_of_week );
plugins/ft-calendar/classes/class-shortcodes.php:1084: if ( $cur_dow % 7 == $start_of_week ) {
plugins/ft-calendar/classes/class-shortcodes.php:1156: if ( $cur_dow % 7 == $start_of_week ) {
plugins/ft-calendar/classes/class-shortcodes.php:1260: $start_of_week = get_option('start_of_week');
plugins/ft-calendar/classes/class-shortcodes.php:1261: $sow_diff = $wday >= $start_of_week ? $wday - $start_of_week : abs( 7 - $start_of_week + $wday );
plugins/ft-calendar/classes/class-shortcodes.php:1270: if ( $last_wday + 1 == $start_of_week ) {
plugins/ft-calendar/classes/class-shortcodes.php:1272: } else if ( $last_wday > $start_of_week ) {
plugins/ft-calendar/classes/class-shortcodes.php:1273: $diff = abs( 6 - ( $last_wday - $start_of_week ) );
plugins/ft-calendar/classes/class-shortcodes.php:1275: $diff = abs( ( $start_of_week + $last_wday ) - 6 );
plugins/ft-calendar/classes/class-shortcodes.php:1365: $headings = $this->get_headings( 'letter', $start_of_week );
plugins/ft-calendar/classes/class-shortcodes.php:1388: if ( $cur_dow % 7 == $start_of_week )
plugins/ft-calendar/classes/class-shortcodes.php:1452: if ( $cur_dow % 7 == $start_of_week )
plugins/ft-calendar/classes/class-shortcodes.php:1759: function get_headings( $heading_label, $start_of_week = 0 ) {
plugins/ft-calendar/classes/class-shortcodes.php:1781: $start = array_splice( $headings, $start_of_week );
plugins/future/future.php:155: $week_begins = intval(get_option('start_of_week'));
plugins/future-posts-calendar/future_calendar.php:125: $week_begins = intval(get_option('start_of_week'));
plugins/get-recent-comments/get-recent-comments.php:75:<input type="hidden" name="page_options" value="blogname,blogdescription,siteurl,admin_email,users_can_register,gmt_offset,date_format,time_format,home,start_of_week,comment_registration,default_role" />
plugins/google-calendar-events/includes/class-gce-display.php:204: $start_day = get_option( 'start_of_week' );
plugins/google-calendar-events/includes/class-gce-display.php:270: $start_of_week = get_option( 'start_of_week' );
plugins/google-calendar-events/includes/class-gce-display.php:271: $start = mktime( 0, 0, 0, date( 'm' ), ( date( 'j' ) - date( 'w' ) + $start_of_week ), date( 'Y' ) );
plugins/google-calendar-weekly-timetable/google-calendar-weekly-timetable.php:412: if ($start_sunday == null) $start_sunday = !(get_option('start_of_week'));
plugins/happy-gig-calendar/wordpress_happy_gig_calendar.php:296: 'firstDay' => get_option( 'start_of_week' ),
plugins/hebrew-events-calendar/hebrew-events-calendar.php:561: $start_of_week = get_option('start_of_week');
plugins/hebrew-events-calendar/hebrew-events-calendar.php:593: for ($i = 0, $d = $start_of_week+1; $i < 7; $i++, $d = ($d % 7)+1) $r .= "<th>{$hec_weekdays[$d]}</th>";
plugins/jm-avail-booking/includes/availabilitycalendar.php:26: $this->week_firstday = get_option('start_of_week', '1');
plugins/kstats-reloaded/admin/views.php:262: $prev_day = $kstats->datetime->start_of_week - 1;
plugins/kstats-reloaded/admin/views.php:265: if ( $kstats->datetime->start_of_week == date( 'w', $kstats->datetime->timestamp - 86400 * $days ) && $days != $first_day )
plugins/kstats-reloaded/lib/class.datetime.php:34: public $start_of_week;
plugins/kstats-reloaded/lib/class.datetime.php:84: $this->start_of_week = get_option( 'start_of_week' );
plugins/lepress-20/wp-calendar-forked.php:70: $week_begins = intval(get_option('start_of_week'));
plugins/lesson-plan-book/lesson.php:2746: if (get_option('start_of_week') == 0)
plugins/lesson-plan-book/lesson.php:2810: if (get_option('start_of_week') == 0)
plugins/lesson-plan-book/lesson.php:2954: if (get_option('start_of_week') == 0)
plugins/lesson-plan-book/lesson.php:2986: if (get_option('start_of_week') == 0)
plugins/live-calendar/calendar_event.php:144: cal_begin.setWeekStartDay(<?php echo get_option('start_of_week'); ?>);
plugins/live-calendar/calendar_event.php:167: cal_end.setWeekStartDay(<?php echo get_option('start_of_week'); ?>);
plugins/live-calendar/calendar_function.php:241: if (get_option('start_of_week') == 0){
plugins/live-calendar/calendar_function.php:286: if (get_option('start_of_week') == 0){
plugins/live-calendar/calendar_function.php:357: if (get_option('start_of_week') == 0){
plugins/live-calendar/calendar_function.php:376: if (get_option('start_of_week') == 0){
plugins/live-calendar/calendar_function.php:445: if (get_option('start_of_week') == 0){
plugins/live-calendar/calendar_function.php:498: if (get_option('start_of_week') == 0){
plugins/live-calendar/calendar_function.php:516: if (get_option('start_of_week') == 0){
plugins/mailpress/mp-includes/class/MP_newsletter_.class.php:36: $w = (isset($this->newsletter[$this->args]['args']['wday']) && is_numeric($this->newsletter[$this->args]['args']['wday'])) ? $this->newsletter[$this->args]['args']['wday'] : get_option('start_of_week');
plugins/mangapress/includes/template-functions.php:344: $week_begins = intval(get_option('start_of_week'));
plugins/mangapress/includes/template-functions.php:538:add_action( 'update_option_start_of_week', 'mangapress_delete_get_calendar_cache' );
plugins/mf-gig-calendar/mf_gig_calendar.php:300: 'firstDay' => get_option( 'start_of_week' ),
plugins/migrate-site-settings/migrate-site-settings.php:45:'start_of_week',
plugins/mini-termin/minitermin.php:45: $week_begins = intval(get_option('start_of_week'));
plugins/mobile-dj-manager/admin/includes/widgets.php:84: firstDay: <?php echo get_option( 'start_of_week' ); ?>
plugins/mobile-dj-manager/admin/pages/availability.php:98: firstDay: <?php echo get_option( 'start_of_week' ); ?>
plugins/mobile-dj-manager/admin/pages/availability.php:106: firstDay: <?php echo get_option( 'start_of_week' ); ?>
plugins/mobile-dj-manager/admin/pages/availability.php:114: firstDay: <?php echo get_option( 'start_of_week' ); ?>
plugins/mobile-dj-manager/admin/pages/dash-new.php:19: firstDay: <?php echo get_option( 'start_of_week' ); ?>
plugins/mobile-dj-manager/admin/pages/dash.php:25: firstDay: <?php echo get_option( 'start_of_week' ); ?>
plugins/mobile-dj-manager/admin/pages/events.php:287: firstDay: <?php echo get_option( 'start_of_week' ); ?>,
plugins/mobile-dj-manager/admin/pages/events.php:998: firstDay: <?php echo get_option( 'start_of_week' ); ?>,
plugins/mobile-dj-manager/includes/functions.php:877: firstDay: <?php echo get_option( 'start_of_week' ); ?>,
plugins/mobile-dj-manager/pages/contact-form.php:35: firstDay: <?php echo get_option( 'start_of_week' ); ?>,
plugins/mobile-dj-manager/widgets/class-mdjm-widget.php:80: firstDay: <?php echo get_option( 'start_of_week' ); ?>,
plugins/mobile-dj-manager/widgets/class-mdjm-widget.php:316: firstDay: <?php echo get_option( 'start_of_week' ); ?>,
plugins/multiple-ajax-calendar/multiple-ajax-calendar.php:150: $week_begins = intval(get_option('start_of_week'));
plugins/my-calendar/includes/date-utilities.php:182: $start_of_week = ( get_option( 'start_of_week' ) == 1 || get_option( 'start_of_week' ) == 0 ) ? get_option( 'start_of_week' ) : 0;
plugins/my-calendar/includes/date-utilities.php:187: $adjusted_date = $day_of_week - $start_of_week;
plugins/my-calendar/includes/date-utilities.php:219: $start_of_week = ( get_option( 'start_of_week' ) == 1 || get_option( 'start_of_week' ) == 0 ) ? get_option( 'start_of_week' ) : 0;
plugins/my-calendar/includes/date-utilities.php:230: $sub = ( $start_of_week == 1 ) ? 0 : 1;
plugins/my-calendar/includes/date-utilities.php:233: $sub = ( $start_of_week == 1 ) ? 1 : 2;
plugins/my-calendar/includes/date-utilities.php:236: $sub = ( $start_of_week == 1 ) ? 2 : 3;
plugins/my-calendar/includes/date-utilities.php:239: $sub = ( $start_of_week == 1 ) ? 3 : 4;
plugins/my-calendar/includes/date-utilities.php:242: $sub = ( $start_of_week == 1 ) ? 4 : 5;
plugins/my-calendar/includes/date-utilities.php:245: $sub = ( $start_of_week == 1 ) ? 5 : 6;
plugins/my-calendar/includes/date-utilities.php:248: $sub = ( $start_of_week == 1 ) ? 6 : 0;
plugins/my-calendar/my-calendar-output.php:626: $n = ( get_option( 'start_of_week' ) == 1 ) ? $first - 1 : $first;
plugins/my-calendar/my-calendar-output.php:631: $n = ( get_option( 'start_of_week' ) == 1 ) ? 7 - $last : 6 - $last;
plugins/my-calendar/my-calendar-output.php:1058: $start_of_week = ( get_option( 'start_of_week' ) == 1 ) ? 1 : 7; // convert start of week to ISO 8601 (Monday/Sunday)
plugins/my-calendar/my-calendar-output.php:1059: $end_of_week = ( $start_of_week == 1 ) ? 7 : 6;
plugins/my-calendar/my-calendar-output.php:1060: $start_of_week = ( get_option( 'mc_show_weekends' ) == 'true' ) ? $start_of_week : 1;
plugins/my-calendar/my-calendar-output.php:1061: //$start_of_week = ( $start_of_week==1||$start_of_week==0)?$start_of_week:0;
plugins/my-calendar/my-calendar-output.php:1062: if ( $start_of_week == '1' ) {
plugins/my-calendar/my-calendar-output.php:1093: $is_start_of_week = ( date( 'N', current_time( 'timestamp' ) ) == get_option( 'start_of_week' ) ) ? true : false;
plugins/my-calendar/my-calendar-output.php:1099: if ( $is_start_of_week ) {
plugins/my-calendar/my-calendar-output.php:1369: if ( $start_of_week == 0 ) {
plugins/my-calendar/my-calendar-output.php:1396: if ( date( 'N', $start ) == $start_of_week && $format != "list" ) {
plugins/mycred/includes/mycred-log.php:204: if ( get_option( 'start_of_week' ) == $weekday ) {
plugins/newsletters-lite/views/default/functions.php:127: 'firstDay' => get_option('start_of_week'),
plugins/newsletters-lite/wp-mailinglist-plugin.php:3818: 'firstDay' => get_option('start_of_week'),
plugins/newstatpress/newstatpress.php:3573: $start_of_week = get_option('start_of_week');
plugins/newstatpress/newstatpress.php:3636: if($start_of_week == gmdate('w',current_time('timestamp')-86400*$gg)) {
plugins/options-importer/options-importer.php:425: 'start_of_week',
plugins/options-inspector/options-inspector.php:59:'admin_email','start_of_week','use_balanceTags',
plugins/options-optimizer/options-optimizer.php:76:'active_plugins','admin_email','advanced_edit','avatar_default','avatar_rating','blacklist_keys','blog_charset','blog_public','blogdescription','blogname','can_compress_scripts','category_base','close_comments_days_old','close_comments_for_old_posts','comment_max_links','comment_moderation','comment_order','comment_registration','comment_whitelist','comments_notify','comments_per_page','cron','current_theme','dashboard_widget_options','date_format','db_version','default_category','default_comment_status','default_comments_page','default_email_category','default_link_category','default_ping_status','default_pingback_flag','default_post_edit_rows','default_post_format','default_role','embed_autourls','embed_size_h','embed_size_w','enable_app','enable_xmlrpc','fileupload_url','ftp_credentials','gmt_offset','gzipcompression','hack_file','home','ht_user_roles','html_type','image_default_align','image_default_link_type','image_default_size','initial_db_version','large_size_h','large_size_w','links_recently_updated_append','links_recently_updated_prepend','links_recently_updated_time','links_updated_date_format','mailserver_login','mailserver_pass','mailserver_port','mailserver_url','medium_size_h','medium_size_w','moderation_keys','moderation_notify','page_comments','page_for_posts','page_on_front','permalink_structure','ping_sites','posts_per_page','posts_per_rss','recently_edited','require_name_email','rss_use_excerpt','show_avatars','show_on_front','sidebars_widgets','siteurl','start_of_week','sticky_posts','stylesheet','tag_base','template','theme_mods_harptab','theme_mods_twentyeleven','theme_switched','thread_comments','thread_comments_depth','thumbnail_crop','thumbnail_size_h','thumbnail_size_w','time_format','timezone_string','uninstall_plugins','upload_path','upload_url_path','uploads_use_yearmonth_folders','use_balanceTags','use_smilies','use_trackback','users_can_register','widget_archives','widget_categories','widget_meta','widget_recent-comments','widget_recent-posts','widget_rss','widget_search','widget_text',
plugins/pay2post/lib/framework/js/localization.php:48: 'firstDay' => get_option( 'start_of_week' ),
plugins/photoblog/statpress.php:471:// $start_of_week = get_settings('start_of_week');
plugins/photoblog/statpress.php:472: $start_of_week = get_option('start_of_week');
plugins/photoblog/statpress.php:532: if($start_of_week == gmdate('w',current_time('timestamp')-86400*$gg)) { print ' style="border-left:2px dotted gray;"'; } # week-cut
plugins/polylang/include/widget-calendar.php:84: $week_begins = intval(get_option('start_of_week'));
plugins/post-types-calendar/get_calendar.php:66: $week_begins = intval(get_option('start_of_week'));
plugins/presstest/mocked/core.php:5691:if( !function_exists( 'get_weekstartend' ) ) { function get_weekstartend($mysqlstring, $start_of_week = '') { return PT_Mime::mime( func_get_args() ); } }
plugins/q3-activity/q3-activity.php:252: firstDay: '.get_option('start_of_week').',
plugins/q3-activity/q3-activity.php:470: firstDay: '.get_option('start_of_week').',
plugins/quick-wp-setup/qws-defaults.php:83: 'start_of_week' => 0,
plugins/radio-station/includes/master_schedule.php:37: $start_of_week = get_option('start_of_week');
plugins/radio-station/includes/master_schedule.php:39: $week_start = array_slice($days_of_the_week, $start_of_week);
plugins/radio-station/includes/master_schedule.php:42: if($start_of_week > 0) {
plugins/radio-station/includes/master_schedule.php:48: $start_of_week--;
plugins/rendez-vous/includes/rendez-vous-editor.php:236: 'firstday' => intval( bp_get_option( 'start_of_week', 0 ) ),
plugins/rpb-calendar/templates/initialization.php:43: RPBCalendar.config.FIRST_DAY_OF_WEEK = <?php echo get_option('start_of_week'); ?>;
plugins/sendpress/classes/class-sendpress-notifications-manager.php:74: if( date('w') === get_option('start_of_week', 0) ){
plugins/sendpress/classes/class-sendpress-notifications-manager.php:125: if( date('w') === get_option('start_of_week', 0) ){
plugins/shongkha/calendar_filter.php:23: $week_begins = intval(get_option('start_of_week'));
plugins/shopp/core/ui/products/editor.php:112: startWeekday = <?php echo get_option('start_of_week'); ?>,
plugins/simple-discography/SiDi_Posts.php:68: 'firstDay' => get_option( 'start_of_week' ),
plugins/simple-fields/field_types/field_date_v2.php:276: // $str_first_day = get_option("start_of_week", 1);
plugins/simple-history/loggers/SimpleOptionsLogger.php:42: [5] => start_of_week
plugins/simple-running-log/simplerunninglog.php:172: $wpstartwk = get_option( 'start_of_week' ); //get the WordPress start of week setting
plugins/sk-wp-settings-backup/SK_WP_Settings_Backup.php:50: $wpOpt = array('_transient_random_seed', 'siteurl', 'blogname', 'blogdescription', 'users_can_register', 'admin_email', 'start_of_week', 'use_balanceTags',
plugins/smart-calendar/smart-calendar.php:85: $week_begins = intval(get_option('start_of_week'));
plugins/spam-words/For-WordPress-1.2/functions.php:80:function get_weekstartend($mysqlstring, $start_of_week) {
plugins/spam-words/For-WordPress-1.2/functions.php:87: while ($weekday > get_settings('start_of_week')) {
plugins/spiffy-calendar/spiffy-calendar.php:2215: if (get_option('start_of_week') == 0) {
plugins/spiffy-calendar/spiffy-calendar.php:2278: if (get_option('start_of_week') == 0) {
plugins/spiffy-calendar/spiffy-calendar.php:2381: if (get_option('start_of_week') == 0) {
plugins/spiffy-calendar/spiffy-calendar.php:2399: if (get_option('start_of_week') == 0) {
plugins/spiffy-calendar/spiffy-calendar.php:2473: if (get_option('start_of_week') == 0) {
plugins/spiffy-calendar/spiffy-calendar.php:2535: if (get_option('start_of_week') == 0) {
plugins/spiffy-calendar/spiffy-calendar.php:2568: if (get_option('start_of_week') == 0) {
plugins/spiffy-calendar/spiffy-calendar.php:2586: if (get_option('start_of_week') == 0) {
plugins/sportspress/templates/event-calendar.php:51:$week_begins = intval(get_option('start_of_week'));
plugins/statpress/statpress.php:478:// $start_of_week = get_settings('start_of_week');
plugins/statpress/statpress.php:479: $start_of_week = get_option('start_of_week');
plugins/statpress/statpress.php:537: if($start_of_week == gmdate('w',current_time('timestamp')-86400*$gg)) { print ' style="border-left:2px dotted gray;"'; } # week-cut
plugins/statpress-community-formerly-statcomm/mustache/classes/drawChart.php:26: $start_of_week = get_option('start_of_week'); //TODO: FIX IT!
plugins/statpress-community-formerly-statcomm/mustache/classes/drawChart.php:54: if ($start_of_week == gmdate('w', $currentDay))
plugins/statpress-community-formerly-statcomm/mustache/classes/drawChart.php:56: $row['start_of_week'] = ' style="border-left:2px dotted gray;"';
plugins/statpress-reloaded/statpress.php:630: // $start_of_week = get_settings('start_of_week');
plugins/statpress-reloaded/statpress.php:631: $start_of_week = get_option('start_of_week');
plugins/statpress-reloaded/statpress.php:692: if ($start_of_week == gmdate('w', current_time('timestamp') - 86400 * $gg))
plugins/statpress-seolution/module.main.php:344: // $start_of_week = get_settings('start_of_week');
plugins/statpress-seolution/module.main.php:345: $start_of_week = get_option('start_of_week');
plugins/statpress-visitors/admin/luc_admin.php:1368: $start_of_week = get_option('start_of_week');
plugins/statpress-visitors/admin/luc_admin.php:1373: if ($start_of_week == gmdate('w', $timestamp)) // week-cut
plugins/statpress-visitors/admin/pages/luc_feeds.php:24: $start_of_week = get_option('start_of_week');
plugins/statpress-visitors/admin/pages/luc_referrer.php:22: $start_of_week = get_option('start_of_week');
plugins/statpress-visitors/admin/pages/luc_view.php:21: $start_of_week = get_option('start_of_week');
plugins/statpress-visitors/admin/pages/luc_visitors.php:21: $start_of_week = get_option('start_of_week');
plugins/statpresscn/statpresscn.php:1208: // $start_of_week = get_settings('start_of_week');
plugins/statpresscn/statpresscn.php:1209: $start_of_week = get_option('start_of_week');
plugins/statpresscn/statpresscn.php:1265: if($start_of_week == gmdate('w',current_time('timestamp')-86400*$gg)) { print ' style="border-left:2px dotted gray;"'; } # week-cut
plugins/statsurfer/db_widget.php:178: // $start_of_week = get_settings('start_of_week');
plugins/statsurfer/db_widget.php:179: $start_of_week = get_option('start_of_week');
plugins/statsurfer/db_widget.php:210: if ($start_of_week == gmdate('w', current_time('timestamp') - 86400 * $gg))
plugins/statsurfer/iframe/main_graphs.php:66: // $start_of_week = get_settings('start_of_week');
plugins/statsurfer/iframe/main_graphs.php:67: $start_of_week = get_option('start_of_week');
plugins/statsurfer/iframe/main_graphs.php:128: if ($start_of_week == gmdate('w', current_time('timestamp') - 86400 * $gg))
plugins/statsurfer/pages/main.php:442: // $start_of_week = get_settings('start_of_week');
plugins/statsurfer/pages/main.php:443: $start_of_week = get_option('start_of_week');
plugins/statsurfer/pages/main.php:504: if ($start_of_week == gmdate('w', current_time('timestamp') - 86400 * $gg))
plugins/stream/connectors/class-wp-stream-connector-settings.php:243: 'start_of_week' => __( 'Week Starts On', 'stream' ),
plugins/stream/extensions/notifications/includes/class-wp-stream-notifications-post-type.php:536: range( get_option( 'start_of_week' ), get_option( 'start_of_week' ) + 6 )
plugins/stream/extensions/notifications/includes/class-wp-stream-notifications-post-type.php:543: range( get_option( 'start_of_week' ), get_option( 'start_of_week' ) + 6 )
plugins/stripshow/stripshow-hooks.php:49: $weekstarts = get_option('start_of_week');
plugins/stripshow/stripshow-template-tags.php:671: $week_begins = intval(get_option('start_of_week'));
plugins/stripshow/trunk/stripshow-hooks.php:49: $weekstarts = get_option('start_of_week');
plugins/stripshow/trunk/stripshow-template-tags.php:671: $week_begins = intval(get_option('start_of_week'));
plugins/sugar-calendar-lite/includes/functions.php:25: $week_start_day = get_option( 'start_of_week' );
plugins/super-simple-events/admin/class-super-simple-events-admin.php:300: 'firstDay' => get_option( 'start_of_week' ),
plugins/the-events-calendar/src/admin-views/events-meta-box.php:77: <td id="tribe-event-datepickers" data-startofweek="<?php echo get_option( 'start_of_week' ); ?>">
plugins/the-events-calendar/src/functions/template-tags/general.php:664: $attrs['data-startofweek'] = get_option( 'start_of_week' );
plugins/the-events-calendar/src/functions/template-tags/general.php:667: $attrs['data-startofweek'] = get_option( 'start_of_week' );
plugins/the-events-calendar/src/functions/template-tags/general.php:725: * Return an array with the days of the week, numbered with respect to the start_of_week WP option
plugins/the-events-calendar/src/functions/template-tags/general.php:748: $start_of_week = get_option( 'start_of_week', 0 );
plugins/the-events-calendar/src/functions/template-tags/general.php:749: for ( $i = 0; $i < $start_of_week; $i ++ ) {
plugins/the-events-calendar/src/Tribe/Template/Month.php:721: * @param integer $start_of_week
plugins/the-events-calendar/src/Tribe/Template/Month.php:725: public static function calculate_first_cell_date( $month, $start_of_week = null ) {
plugins/the-events-calendar/src/Tribe/Template/Month.php:726: if ( null === $start_of_week ) {
plugins/the-events-calendar/src/Tribe/Template/Month.php:727: $start_of_week = (int) get_option( 'start_of_week', 0 );
plugins/the-events-calendar/src/Tribe/Template/Month.php:731: if ( $day_1 < $start_of_week ) {
plugins/the-events-calendar/src/Tribe/Template/Month.php:735: $diff = $day_1 - $start_of_week;
plugins/the-events-calendar/src/Tribe/Template/Month.php:758: * @param integer $start_of_week
plugins/the-events-calendar/src/Tribe/Template/Month.php:762: public static function calculate_final_cell_date( $month, $start_of_week = null ) {
plugins/the-events-calendar/src/Tribe/Template/Month.php:763: if ( null === $start_of_week ) {
plugins/the-events-calendar/src/Tribe/Template/Month.php:764: $start_of_week = (int) get_option( 'start_of_week', 0 );
plugins/the-events-calendar/src/Tribe/Template/Month.php:768: $end_of_week = Tribe__Events__Date_Utils::week_ends_on( $start_of_week );
plugins/theatre/functions/wpt_calendar.php:50: $start_of_week = get_option('start_of_week');
plugins/theatre/functions/wpt_calendar.php:56: $thead_html.= substr(date_i18n('D',$sunday + ($start_of_week * 60 * 60 * 24) + ($i * 60 * 60 * 24)) , 0 , 1);
plugins/theatre/functions/wpt_calendar.php:94: $first_day_pos = date('w',$first_day) - $start_of_week;
plugins/theatre/functions/wpt_calendar.php:102: $last_day_pos = date('w',$last_day) - $start_of_week;
plugins/theatre-wp/includes/classes/class-twp-setup.php:491: 'firstDay' => get_option( 'start_of_week' ),
plugins/thecartpress/templates/tcp_calendar_template.php:64: $week_begins = intval(get_option('start_of_week'));
plugins/thecartpress/templates/tcp_calendar_template.php:247:add_action( 'update_option_start_of_week', 'tcp_delete_get_calendar_cache' );
plugins/throws-spam-away/throws_spam_away.class.php:1338: if ( $start_of_week == gmdate( 'w', current_time( 'timestamp' ) - 86400 * $gg ) ) {
plugins/timber-library/lib/timber-archives.php:283: $arc_week = get_weekstartend($result->yyyymmdd, get_option('start_of_week'));
plugins/types/embedded/includes/fields/date/calendar.php:48: $week_begins = intval( get_option( 'start_of_week' ) );
plugins/usc-e-shop/widgets/usces_blog_calendar.php:35: $week_begins = intval(get_option('start_of_week'));
plugins/wordpress-ecommerce/marketpress.php:6531: jQuery('.pickdate').datepicker({dateFormat: 'yy-mm-dd', changeMonth: true, changeYear: true, minDate: 0, firstDay: <?php echo (get_option('start_of_week')=='0') ? 7 : get_option('start_of_week'); ?>});
plugins/wordpress-plugin-ajax-calendar-with-future-posts/include/calendar-display.php:44: $week_begins = intval(get_option('start_of_week'));
plugins/wordpress-plugin-ajax-calendar-with-future-posts/old/ajax-calendar-future_101.php:51: $week_begins = intval(get_option('start_of_week'));
plugins/wordpress-plugin-ajax-calendar-with-future-posts/old/ajax-calendar-future_jq-try.php:46: $week_begins = intval(get_option('start_of_week'));
plugins/wordpress-plugin-ajax-calendar-with-future-posts/old/ajax-calendar-future_old.php:46: $week_begins = intval(get_option('start_of_week'));
plugins/wp-activity/wp-act-admin.php:792: firstDay: '.get_option('start_of_week').',
plugins/wp-calendar/fsCalendar.php:921: $weekstart = get_option('start_of_week');
plugins/wp-cat2calendar/wp-cat2calendar.php:627: $wp_start_of_week = get_option('start_of_week');
plugins/wp-cat2calendar/wp-cat2calendar.php:646: for($i = $wp_start_of_week; $i < 7; $i++)
plugins/wp-cat2calendar/wp-cat2calendar.php:649: for($i = 0; $i < $wp_start_of_week; $i++)
plugins/wp-core-settings-reduction-project/replacements/options-general.php:335:<th scope="row"><label for="start_of_week"><?php _e('Week Starts On') ?></label></th>
plugins/wp-core-settings-reduction-project/replacements/options-general.php:336:<td><select name="start_of_week" id="start_of_week">
plugins/wp-core-settings-reduction-project/replacements/options-general.php:344: $selected = (get_option('start_of_week') == $day_index) ? 'selected="selected"' : '';
plugins/wp-core-settings-reduction-project/replacements/options.php:85: 'general' => array( 'blogname', 'blogdescription', 'gmt_offset', 'date_format', 'time_format', 'start_of_week', 'timezone_string', 'WPLANG' ),
plugins/wp-fullcalendar/wp-fullcalendar.php:73: $js_vars['firstDay'] = get_option('start_of_week');
plugins/wp-jalali/widget/widget_calendar.php:176: $week_begins = (int)(get_option('start_of_week'));
plugins/wp-meta-data-filter-and-taxonomy-filter/js/js_vars.php:9: var mdf_week_first_day =<?php echo get_option('start_of_week') ?>;
plugins/wp-month-calendar/wp-month-calendar.php:243:add_action( 'update_option_start_of_week', 'nr_calendar_cache' );
plugins/wp-notice/admin/class-wp-notice-admin.php:169: 'firstDay' => get_option( 'start_of_week' ),
plugins/wp-options-editor/admin/manager-page.php:20: $this->wp_vital_options = array( 'siteurl', 'blogname', 'blogdescription', 'users_can_register', 'admin_email', 'start_of_week', 'use_balanceTags', 'use_smilies', 'require_name_email', 'comments_notify', 'posts_per_rss', 'rss_excerpt_length', 'rss_use_excerpt', 'mailserver_url', 'mailserver_login', 'mailserver_pass', 'mailserver_port', 'default_category', 'default_comment_status', 'default_ping_status', 'default_pingback_flag', 'default_post_edit_rows', 'posts_per_page', 'what_to_show', 'date_format', 'time_format', 'links_updated_date_format', 'links_recently_updated_prepend', 'links_recently_updated_append', 'links_recently_updated_time', 'comment_moderation', 'moderation_notify', 'permalink_structure', 'gzipcompression', 'hack_file', 'blog_charset', 'moderation_keys', 'active_plugins', 'home', 'category_base', 'ping_sites', 'advanced_edit', 'comment_max_links', 'gmt_offset', 'default_email_category', 'recently_edited', 'use_linksupdate', 'template', 'stylesheet', 'comment_whitelist', 'blacklist_keys', 'comment_registration', 'open_proxy_check', 'rss_language', 'html_type', 'use_trackback', 'default_role', 'db_version', 'wp_user_roles', 'uploads_use_yearmonth_folders', 'upload_path', 'secret', 'blog_public', 'default_link_category', 'show_on_front', 'default_link_category', 'cron', 'doing_cron', 'sidebars_widgets', 'widget_pages', 'widget_calendar', 'widget_archives', 'widget_meta', 'widget_categories', 'widget_recent_entries', 'widget_text', 'widget_rss', 'widget_recent_comments', 'widget_wholinked', 'widget_polls', 'tag_base', 'page_on_front', 'page_for_posts', 'page_uris', 'page_attachment_uris', 'show_avatars', 'avatar_rating', 'upload_url_path', 'thumbnail_size_w', 'thumbnail_size_h', 'thumbnail_crop', 'medium_size_w', 'medium_size_h', 'dashboard_widget_options', 'current_theme', 'auth_salt', 'avatar_default', 'enable_app', 'enable_xmlrpc', 'logged_in_salt', 'recently_activated', 'random_seed', 'large_size_w', 'large_size_h', 'image_default_link_type', 'image_default_size', 'image_default_align', 'close_comments_for_old_posts', 'close_comments_days_old', 'thread_comments', 'thread_comments_depth', 'page_comments', 'comments_per_page', 'default_comments_page', 'comment_order', 'use_ssl', 'sticky_posts', 'dismissed_update_core', 'update_themes', 'nonce_salt', 'update_core', 'uninstall_plugins', 'wporg_popular_tags', 'stats_options', 'stats_cache', 'rewrite_rules', 'update_plugins', 'category_children', 'timezone_string', 'can_compress_scripts', 'db_upgraded', 'widget_search', 'default_post_format', 'link_manager_enabled', 'initial_db_version', 'theme_switched' );
plugins/wp-options-manager/wp_options_manager.php:38: $this -> wp_default_options = array( 'siteurl', 'blogname', 'blogdescription', 'users_can_register', 'admin_email', 'start_of_week', 'use_balanceTags', 'use_smilies', 'require_name_email', 'comments_notify', 'posts_per_rss', 'rss_excerpt_length', 'rss_use_excerpt', 'mailserver_url', 'mailserver_login', 'mailserver_pass', 'mailserver_port', 'default_category', 'default_comment_status', 'default_ping_status', 'default_pingback_flag', 'default_post_edit_rows', 'posts_per_page', 'what_to_show', 'date_format', 'time_format', 'links_updated_date_format', 'links_recently_updated_prepend', 'links_recently_updated_append', 'links_recently_updated_time', 'comment_moderation', 'moderation_notify', 'permalink_structure', 'gzipcompression', 'hack_file', 'blog_charset', 'moderation_keys', 'active_plugins', 'home', 'category_base', 'ping_sites', 'advanced_edit', 'comment_max_links', 'gmt_offset', 'default_email_category', 'recently_edited', 'use_linksupdate', 'template', 'stylesheet', 'comment_whitelist', 'blacklist_keys', 'comment_registration', 'open_proxy_check', 'rss_language', 'html_type', 'use_trackback', 'default_role', 'db_version', 'wp_user_roles', 'uploads_use_yearmonth_folders', 'upload_path', 'secret', 'blog_public', 'default_link_category', 'show_on_front', 'default_link_category', 'cron', 'doing_cron', 'sidebars_widgets', 'widget_pages', 'widget_calendar', 'widget_archives', 'widget_meta', 'widget_categories', 'widget_recent_entries', 'widget_text', 'widget_rss', 'widget_recent_comments', 'widget_wholinked', 'widget_polls', 'tag_base', 'page_on_front', 'page_for_posts', 'page_uris', 'page_attachment_uris', 'show_avatars', 'avatar_rating', 'upload_url_path', 'thumbnail_size_w', 'thumbnail_size_h', 'thumbnail_crop', 'medium_size_w', 'medium_size_h', 'dashboard_widget_options', 'current_theme', 'auth_salt', 'avatar_default', 'enable_app', 'enable_xmlrpc', 'logged_in_salt', 'recently_activated', 'random_seed', 'large_size_w', 'large_size_h', 'image_default_link_type', 'image_default_size', 'image_default_align', 'close_comments_for_old_posts', 'close_comments_days_old', 'thread_comments', 'thread_comments_depth', 'page_comments', 'comments_per_page', 'default_comments_page', 'comment_order', 'use_ssl', 'sticky_posts', 'dismissed_update_core', 'update_themes', 'nonce_salt', 'update_core', 'uninstall_plugins', 'wporg_popular_tags', 'stats_options', 'stats_cache', 'rewrite_rules', 'update_plugins', 'category_children', 'timezone_string', 'can_compress_scripts', 'db_upgraded', '_transient_doing_cron', '_transient_plugins_delete_result_1', '_transient_plugin_slugs', '_transient_random_seed', '_transient_rewrite_rules', '_transient_update_core', '_transient_update_plugins', '_transient_update_themes', 'widget_search' );
plugins/wp-parsidate/includes/fixes-get_calendar.php:33: $week_begins = intval(get_option('start_of_week'));
plugins/wp-perfect-plugin/mod-analytics.php:428: // $start_of_week = get_option('start_of_week');
plugins/wp-perfect-plugin/mod-analytics.php:429: $start_of_week = get_option('start_of_week');
plugins/wp-perfect-plugin/mod-analytics.php:490: if ($start_of_week == gmdate('w', current_time('timestamp') - 86400 * $gg))
plugins/wp-persian/tags/1.2/functions.php:233: $week_begins = intval(get_option('start_of_week'));
plugins/wp-persian/tags/1.3/functions.php:233: $week_begins = intval(get_option('start_of_week'));
plugins/wp-persian/tags/1.4/functions.php:233: $week_begins = intval(get_option('start_of_week'));
plugins/wp-persian/trunk/functions.php:233: $week_begins = intval(get_option('start_of_week'));
plugins/wp-power-stats/admin/view/index.php:3:$week_start = get_option('start_of_week'); // Get Wordpress option
plugins/wp-power-stats/dashboard-widget.php:67: $week_start = get_option('start_of_week'); // Get Wordpress option
plugins/wp-power-stats/widget.php:38: $week_start = get_option('start_of_week'); // Get Wordpress option
plugins/wp-pro-quiz/lib/controller/WpProQuiz_Controller_Admin.php:130: 'firstDay' => get_option('start_of_week'),
plugins/wp-simple-booking-calendar/views/calendar/calendar.phtml:10:$weekBegins = intval(get_option('start_of_week'));
plugins/wp-webservices/wp-webservices.php:54: 'start_of_week' => array(
plugins/wp-webservices/wp-webservices.php:56: 'key' => 'start_of_week',
plugins/wpmu-new-blog-defaults/cets_blog_defaults.php:70: 'start_of_week' => 0,
plugins/wpmu-new-blog-defaults/cets_blog_defaults.php:436: $newoptions['start_of_week'] = $_POST['start_of_week'];
plugins/wpmu-new-blog-defaults/cets_blog_defaults.php:756: <select name="start_of_week" id="start_of_week">
plugins/wpmu-new-blog-defaults/cets_blog_defaults.php:760: $selected = ($opt['start_of_week'] == $day_index) ? 'selected="selected"' : '';
plugins/wppizza/inc/common.output.formatting.functions.inc.php:304: $weekDayStart=get_option('start_of_week',7);
plugins/yunshangdian/install/schema.php:369: 'start_of_week' => _x( '1', 'start of week' ),
plugins/zawgyi-one-to-ayar-unicode/a2z.php:72: $week_begins = intval(get_option('start_of_week'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment