__('Code', 'wp-multisite-waas'), 'status' => __('Status', 'wp-multisite-waas'), 'total' => __('Total', 'wp-multisite-waas'), 'date_created' => __('Created at', 'wp-multisite-waas'), ]; return $columns; } /** * Clears the bulk actions. * * @since 2.0.0 * * @param string $which Top or bottom. * @return array */ public function bulk_actions($which = '') { return []; } }