• Resolved pavforall

    (@pavforall)


    Hi,

    I want to have postie active in WPMU but do not want users
    to have it in admin menu.
    I tried:

    remove_submenu_page(‘options-general.php’, ‘options-general.php?page=postie/postie.php’ );

    any many other but it does not work.

    Would appreciate your support.
    Regards
    Pav

    http://wordpress.org/extend/plugins/postie/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Wayne Allen

    (@wayneallen-1)

    I assume you want it to show for some users so they can set it up.

    I am not an expert in MU, but Postie checks for the manage_options role in PostieMenu() before displaying the configuration page. You could change the logic in this function to whatever you want.

    Thread Starter pavforall

    (@pavforall)

    hi, ho I just do not want to have this visible for users at all.
    is there any hook I could use or shall I modify the code?

    Thanks

    Plugin Author Wayne Allen

    (@wayneallen-1)

    There isn’t any hook. You will have to modify the code.

    Thread Starter pavforall

    (@pavforall)

    thanks

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

The topic ‘Postie menu’ is closed to new replies.