• Resolved killrockstarz

    (@killrockstarz)


    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)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multisite network menu’ is closed to new replies.