[Plugin: Edit Flow] Disabling Calendar Functionality??
-
Hey all,
Does anyone have a quick tip on how to disable the calendar function? So far the other Edit Flow functions are great, but we’re finding that the calendar will change the “Last Update” time to 00:00 if a post is moved. Additionally, we do not need some roles viewing the calendar.
Is it safe to just eliminate the following from the plugin editor:
// Add sub-menu page for Calendar
if ( $this->calendar_viewable() )
add_submenu_page(‘index.php’, __(‘Edit Flow Calendar’, ‘edit-flow’), __(‘Edit Flow Calendar’, ‘edit-flow’), ‘edit_posts’, $this->get_page(‘calendar’), array(&$this,’calendar’));This does eliminate the calendar sub-menu. Thanks in advance!!!
- The topic ‘[Plugin: Edit Flow] Disabling Calendar Functionality??’ is closed to new replies.