query_prefix = '?/'; } public function admin_menu() { parent::admin_menu(); $menu_title = ucfirst($this->app); $page = add_menu_page( $menu_title, $menu_title, 'read', $this->slug, array( $this, 'admin_view' ), 'dashicons-calendar' ); } static function uninstall( $prefix = 'shiftcontroller', $watch_other = array() ) { $prefix = 'shiftcontroller'; $watch_other = array('shiftcontroller-pro.php'); hcWpBase5::uninstall( $prefix, $watch_other ); } } $sh = new ShiftController(); /* Can pass the following arguments for the shortcode: location: one, comma separated list staff: one, comma separated list, _current_user_id_ date: date like 20150712, or range like 20150712_20150719 range: week, month */ ?>