Title: Multisite network menu
Last modified: March 26, 2019

---

# Multisite network menu

 *  Resolved [killrockstarz](https://wordpress.org/support/users/killrockstarz/)
 * (@killrockstarz)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/multisite-network-menu/)
 * Hi, testing this plugin on a multisite, I’ve seen it doesn’t add the menu links
   on Network Admin page. Taking a quick look at code at wp-security-admin-init.
   php:
 *     ```
       function __construct() {
               //This class is only initialized if is_admin() is true
               $this->admin_includes();
               add_action('admin_menu', array(&$this, 'create_admin_menus'));
               //handle CSV download
               add_action('admin_init', array(&$this, 'aiowps_csv_download'));
       ```
   
 * ‘admin_menu’ hook doesn’t trigger when we are on network admin page, i think 
   it should be ‘network_admin_menu’, in fact if we change that in your code it 
   starts showing menu as expected.
 * Am I missing something?

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

 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/multisite-network-menu/#post-11360255)
 * Hi, can you share a screen capture showing the plugins menu. Also are you network
   activating the plugin?
 * Thank you
 *  Thread Starter [killrockstarz](https://wordpress.org/support/users/killrockstarz/)
 * (@killrockstarz)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/multisite-network-menu/#post-11361264)
 * Hi mbr,
 * the plugin is network activated.
 * Capture: [https://ibb.co/9rRmQkr](https://ibb.co/9rRmQkr)
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/multisite-network-menu/#post-11361574)
 * Hi, thank you for sharing the screen capture. I just tested this in my dev site
   and it is working correctly for me. So I am not sure why it is not working in
   your multisite.
 * Regards

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

The topic ‘Multisite network menu’ is closed to new replies.

 * ![](https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-256x256.
   png?rev=2798307)
 * [All-In-One Security (AIOS) – Security and Firewall](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/reviews/)

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)
 * [network admin](https://wordpress.org/support/topic-tag/network-admin/)

 * 3 replies
 * 2 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/multisite-network-menu/#post-11361574)
 * Status: resolved