Tribe__PUE__Checker::should_show_network_editable_license()

Whether the user should be shown the fully editable network license field or not.

Contents

This check will happen in the context of the network plugin administration area; checks on the user capability to edit the network plugin settings have been made before.


Return

(bool)


Top ↑

Source

File: src/Tribe/PUE/Checker.php

		public function should_show_network_editable_license() {
			return is_network_admin() && is_super_admin();
		}