Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nelio_content_first_day_of_week_in_calendar

apply_filters( ‘nelio_content_first_day_of_week_in_calendar’, number $first_day )

Filters the first day of the week in the calendar view.

Parameters

$first_day number

(Required) First day of week, from 0 to 6 (both included). 0 is Sunday.

Source

File: admin/pages/class-nelio-content-calendar-page.php

Changelog

Changelog
VersionDescription
2.0.21Introduced.