Network Admin restricted Options?
-
I think that this plugin could benefit from the following feature: the ability easily restrict some Options to Network admins only.
$options[] = array(“name” => “My network admin only option.”,
“networkadminonly” => true,
…);Very easy then, while doing form display and processing to quickly check:
if ($option[‘networkadminonly’] && is_super_admin()) { // do this option }
Thoughts? ??
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Network Admin restricted Options?’ is closed to new replies.