Title: Network Admin restricted Options?
Last modified: August 20, 2016

---

# Network Admin restricted Options?

 *  [Jason LeMahieu (MadtownLems)](https://wordpress.org/support/users/madtownlems/)
 * (@madtownlems)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/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)

 *  Plugin Author [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * (@downstairsdev)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/network-admin-restricted-options/#post-2219889)
 * It currently does a check for current_user_can( ‘edit_theme_options’ ).
 * If you don’t want the users on your network to be able to edit theme options,
   I think it makes more sense to remove that capability from them.
 * There’s several user roles plugins that might help you set that:
    [http://wordpress.org/extend/plugins/members/](http://wordpress.org/extend/plugins/members/)
 *  Thread Starter [Jason LeMahieu (MadtownLems)](https://wordpress.org/support/users/madtownlems/)
 * (@madtownlems)
 * [14 years ago](https://wordpress.org/support/topic/network-admin-restricted-options/#post-2219929)
 * Devin – thanks for the reply.
 * The problem with what you’ve suggested is that it bundles control of ALL theme
   options together under one capability. Oh well, I’ll figure something out :P.
   Cheers

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Network Admin restricted Options?’ is closed to new replies.

 * ![](https://ps.w.org/options-framework/assets/icon-256x256.png?rev=977481)
 * [Options Framework](https://wordpress.org/plugins/options-framework/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/options-framework/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/options-framework/)
 * [Active Topics](https://wordpress.org/support/plugin/options-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/options-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/options-framework/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jason LeMahieu (MadtownLems)](https://wordpress.org/support/users/madtownlems/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/network-admin-restricted-options/#post-2219929)
 * Status: not resolved