link ) with the list of available views on this table. * * @since 1.3.0 * * @return array */ protected function get_views() { $views = parent::get_views(); unset( $views['in_stock'], $views['low_stock'], $views['out_stock'], $views['unmanaged'], $views['back_order'] ); return $views; } /** * Add the filters to the table nav * * @since 1.3.0 */ protected function table_nav_filters() { parent::table_nav_filters(); } /** * Prepare the table data * * @since 1.4.1 */ public function prepare_items() { parent::prepare_items(); } }