# woocommerce-pos/1.10.6/includes/Admin/views/upgrade.php

WCPOS – Point of Sale (POS) plugin for WooCommerce, version 1.10.6. 25 lines.

- Page: https://pluginprobe.com/plugins/woocommerce-pos/1.10.6/code/includes/Admin/views/upgrade.php
- Raw: https://pluginprobe.com/plugins/woocommerce-pos/1.10.6/raw/includes/Admin/views/upgrade.php
- Modified: 2026-02-06T20:51:24+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/woocommerce-pos/1.10.6/code/includes/Admin/views/upgrade.php#L10-L20`.

```php
<?php
/**
 * Template for the Upgrade page.
 *
 * @author    Paul Kilmurray <paul@kilbot.com.au>
 *
 * @see      http://www.kilbot.com
 * @package WCPOS\WooCommercePOS
 */

?>

<div class="wrap clear">

	<!--
	Little trick to get around WP js injection of admin notices
	WP js looks for first h2 in .wrap and appends notices, so we'll make the first one hidden
	https://github.com/WordPress/WordPress/blob/master/wp-admin/js/common.js
	-->
	<h2 style="display:none"></h2>

	<div id="woocommerce-pos-upgrade"></div>

</div>

```
