File "controller.php"

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

<?php
class Admin_NavControllerWpf extends ControllerWpf {
	public function getPermissions() {
		return array(
			WPF_USERLEVELS => array(
				WPF_ADMIN => array()
			),
		);
	}
}