File "pages.php"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/woo-product-filter/modules/pages/views/pages.php
File size: 402 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
class PagesViewWpf extends ViewWpf {
	public function displayDeactivatePage() {
		$this->assign('GET', ReqWpf::get('get'));
		$this->assign('POST', ReqWpf::get('post'));
		$this->assign('REQUEST_METHOD', strtoupper(ReqWpf::getVar('REQUEST_METHOD', 'server')));
		$this->assign('REQUEST_URI', basename(ReqWpf::getVar('REQUEST_URI', 'server')));
		parent::display('deactivatePage');
	}
}