The MU forums have moved to WordPress.org

Add Menu in admin for editor (3 posts)

  1. bonechair
    Member
    Posted 13 years ago #

    Hi

    I added a profile menu page

    add_menu_page('Profile', 'Profile', 'manage_options', 'my-profile', 'school_profile_options','',2);
    function school_profile_options() {
     echo "Profile";
    }

    It works nice when logged in as admin. But doesn't show when logged in as an editor. Am I doing something wrong here?
    How can it be showned to editors or authors?

  2. bonechair
    Member
    Posted 13 years ago #

    bump

  3. bonechair
    Member
    Posted 13 years ago #

    add_menu_page('Profile', 'Profile', 'read', 'my-profile', 'school_profile_options','',2);

    SOLVED

About this Topic

  • Started 13 years ago by bonechair
  • Latest reply from bonechair