• Resolved Mr Press

    (@tahrirsquare)


    How can Youtube menu item be removed from admin area since it has no functionality for user roles without plugin capabilities?

    function remove_menu_items() {
      global $menu;
      $restricted = array(__('Links'), __('Comments'), __('Media'),
      __('Plugins'), __('Tools'), __('Users'));

    Thanks

    http://ww.wp.xz.cn/extend/plugins/youtube-embed/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor David Artiss

    (@dartiss)

    You are correct. I’ll make a change to the next release.

    The reason for it, though, was because if you have my Artiss README Parser plugin in use, the instructions would appear as a menu option – these are useful for all users. However, if you don’t then, as you say, it doesn’t make sense to appear.

    David.

    Thread Starter Mr Press

    (@tahrirsquare)

    Thanks David!

    This was fixed in version 3.0.

    Applian.

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

The topic ‘Remove Youtube Admin Panel item’ is closed to new replies.